summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2014-11-21 15:22:24 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-11-25 14:10:38 +0100
commit6b67b3bd49b826e572a1d136f8da48f947a79313 (patch)
tree64240e51b7da8eb60c1cdf03fa4520f86c0379bd /src/tests
parentde740042c4a03f5683567939e73f6a8eb10f3ff1 (diff)
downloadsssd-6b67b3bd49b826e572a1d136f8da48f947a79313.tar.gz
sssd-6b67b3bd49b826e572a1d136f8da48f947a79313.tar.xz
sssd-6b67b3bd49b826e572a1d136f8da48f947a79313.zip
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 <jhrozek@redhat.com>
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/cwrap/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/cwrap/Makefile.am b/src/tests/cwrap/Makefile.am
index 02be67387..46abab5ae 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)