diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2014-06-24 13:54:36 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-07-08 20:35:00 +0200 |
commit | 4df1a6a977df74420867d9b1daddcca0eea4b2e1 (patch) | |
tree | a96d1ddf720e7635d569c9a8236a0f4bd986d1a2 | |
parent | 5ab0dedd52d248b2cf2eb028338919bc0046e2a9 (diff) | |
download | sssd-4df1a6a977df74420867d9b1daddcca0eea4b2e1.tar.gz sssd-4df1a6a977df74420867d9b1daddcca0eea4b2e1.tar.xz sssd-4df1a6a977df74420867d9b1daddcca0eea4b2e1.zip |
BUILD: dbusintrospectdir is not used anymore
We fprintf the introspection data on demand rather than printing an XML
file. The directory specification can be removed.
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index c05d8cb5e..a5062ed59 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,6 @@ endif sssdconfdir = $(sysconfdir)/sssd sssddatadir = $(datadir)/sssd sssdapiplugindir = $(sssddatadir)/sssd.api.d -dbusintrospectdir = $(datarootdir)/sssd/introspect dbuspolicydir = $(sysconfdir)/dbus-1/system.d localedir = @localedir@ nsslibdir = @nsslibdir@ @@ -350,7 +349,6 @@ AM_CPPFLAGS = \ -DVARDIR=\"$(localstatedir)\" \ -DSHLIBEXT=\"$(SHLIBEXT)\" \ -DSSSD_LIBEXEC_PATH=\"$(sssdlibexecdir)\" \ - -DSSSD_INTROSPECT_PATH=\"$(dbusintrospectdir)\" \ -DSSSD_CONF_DIR=\"$(sssdconfdir)\" \ -DSSS_NSS_MCACHE_DIR=\"$(mcpath)\" \ -DSSS_NSS_SOCKET_NAME=\"$(pipepath)/nss\" \ @@ -2554,7 +2552,6 @@ installsssddirs:: $(DESTDIR)$(mandir) \ $(DESTDIR)$(pluginpath) \ $(DESTDIR)$(libdir)/ldb \ - $(DESTDIR)$(dbusintrospectdir) \ $(DESTDIR)$(dbuspolicydir) \ $(DESTDIR)$(pipepath)/private \ $(DESTDIR)$(sssdlibdir) \ |