From c70d6b6856b6f4420dcd39538627461dd96cb540 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Sun, 5 Jan 2014 16:35:43 +0100 Subject: 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 79ab0fda5..674d1398e 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\" \ -- cgit