From 03fb48fdaa7ed95ecb38ecc43a6d221ff2cfd950 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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1731c3aa..8b24e9ea 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\" \ -- cgit