>From 94119265bb9e3f1f59ac91f29716ddf8f4a90e0e Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Sun, 5 Jan 2014 16:35:43 +0100 Subject: [PATCH 3/6] IFP: Fix a typo in the Makefile (cherry picked from commit 03fb48fdaa7ed95ecb38ecc43a6d221ff2cfd950) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 79ab0fda5abb2612ce69388351b1225c154404ad..674d1398e30f387e8279a44ae74e68419fe9d70f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -295,7 +295,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