summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-06-24 13:54:36 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-07-16 17:11:52 +0200
commit906177a2666bf360a3d85fec55fc942cf9b33163 (patch)
tree83502a4181c666710cfb1be76287abb4df4c0c82 /Makefile.am
parent8f2eceef78ee59146b32c7b385c402d19ca32a3b (diff)
downloadsssd-906177a2666bf360a3d85fec55fc942cf9b33163.tar.gz
sssd-906177a2666bf360a3d85fec55fc942cf9b33163.tar.xz
sssd-906177a2666bf360a3d85fec55fc942cf9b33163.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>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 03452cd1a..7574f9d5b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,7 +37,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@
@@ -313,7 +312,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\" \
@@ -2246,7 +2244,6 @@ installsssddirs::
$(DESTDIR)$(mandir) \
$(DESTDIR)$(pluginpath) \
$(DESTDIR)$(libdir)/ldb \
- $(DESTDIR)$(dbusintrospectdir) \
$(DESTDIR)$(dbuspolicydir) \
$(DESTDIR)$(pipepath)/private \
$(DESTDIR)$(sssdlibdir) \