summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-kdb/Makefile.am
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2011-05-20 01:26:46 -0400
committerSimo Sorce <ssorce@redhat.com>2012-01-11 12:04:12 -0500
commit21312c7da3d3287910af9ccae28e4e955548f1a9 (patch)
tree8c7f4bfc636acb85c070d6335c9a67a9c8968f5f /daemons/ipa-kdb/Makefile.am
parent9883e495486fc3739e0db9b8d23ff8a40b91caf1 (diff)
downloadfreeipa.git-21312c7da3d3287910af9ccae28e4e955548f1a9.tar.gz
freeipa.git-21312c7da3d3287910af9ccae28e4e955548f1a9.tar.xz
freeipa.git-21312c7da3d3287910af9ccae28e4e955548f1a9.zip
ipa-kdb: initialize module functions
Initialize module also on ipadb_create invocation. This is what kdb5_util expects.
Diffstat (limited to 'daemons/ipa-kdb/Makefile.am')
-rw-r--r--daemons/ipa-kdb/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemons/ipa-kdb/Makefile.am b/daemons/ipa-kdb/Makefile.am
index 30076241..309618a2 100644
--- a/daemons/ipa-kdb/Makefile.am
+++ b/daemons/ipa-kdb/Makefile.am
@@ -8,6 +8,7 @@ INCLUDES = \
-DLIBDIR=\""$(libdir)"\" \
-DLIBEXECDIR=\""$(libexecdir)"\" \
-DDATADIR=\""$(datadir)"\" \
+ -DLDAPIDIR=\""$(localstatedir)/run"\" \
$(AM_CFLAGS) \
$(LDAP_CFLAGS) \
$(KRB5_CFLAGS) \