>From 9a7d6addc4d735113f03fb508776d9e0e83ca828 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 24 Jun 2014 13:54:36 +0200 Subject: [PATCH 1/7] 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. --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4fcbd52f3e5d68994167f4f063fefbb1dc250501..4da28f2929601bc7121da4e7f8af2236228a6d84 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,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@ @@ -312,7 +311,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\" \ @@ -2245,7 +2243,6 @@ installsssddirs:: $(DESTDIR)$(mandir) \ $(DESTDIR)$(pluginpath) \ $(DESTDIR)$(libdir)/ldb \ - $(DESTDIR)$(dbusintrospectdir) \ $(DESTDIR)$(dbuspolicydir) \ $(DESTDIR)$(pipepath)/private \ $(DESTDIR)$(sssdlibdir) \ -- 1.9.3