From eaaeaa7e00c3d4bfa792cc4d3c6770dc1e28ef0c Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Fri, 21 Nov 2014 15:22:24 +0100 Subject: Fix KRB5_CONF_PATH Currently a shell/Makefile variable is used in the definition of KRB5_CONF_PATH for C code. This patch replaces it with a complier macro. Reviewed-by: Jakub Hrozek --- src/tests/cwrap/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tests/cwrap/Makefile.am') diff --git a/src/tests/cwrap/Makefile.am b/src/tests/cwrap/Makefile.am index d98bb3379..c1991a19c 100644 --- a/src/tests/cwrap/Makefile.am +++ b/src/tests/cwrap/Makefile.am @@ -4,7 +4,9 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src \ -I. \ -DLOCALEDIR=\"$(localedir)\" \ + -DLIBDIR=\"$(libdir)\" \ -DVARDIR=\"$(localstatedir)\" \ + -DSYSCONFDIR=\"$(sysconfdir)\" \ $(DBUS_CFLAGS) \ $(GLIB2_CFLAGS) \ $(NULL) -- cgit