>From ac6a352afaa46f36d0f778148f7e6b4e19495627 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Sun, 5 Jan 2014 16:35:43 +0100 Subject: [PATCH 1/3] IFP: Fix a typo in the Makefile --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 839b46cc05c4c5c0d90ababc213c99ea9ab40cb2..07f64545fe65d37c2a6f054f0b4730df9cb214ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -310,7 +310,7 @@ AM_CPPFLAGS = \ -DVARDIR=\"$(localstatedir)\" \ -DSHLIBEXT=\"$(SHLIBEXT)\" \ -DSSSD_LIBEXEC_PATH=\"$(sssdlibexecdir)\" \ - -DSSSD_INTROSPECT_PATH=\"$(dbusinstropectdir)\" \ + -DSSSD_INTROSPECT_PATH=\"$(dbusintrospectdir)\" \ -DSSSD_CONF_DIR=\"$(sssdconfdir)\" \ -DSSS_NSS_MCACHE_DIR=\"$(mcpath)\" \ -DSSS_NSS_SOCKET_NAME=\"$(pipepath)/nss\" \ -- 1.9.0