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>2011-08-26 08:24:49 -0400
commit6e010fedaa33face61fd521c9f94e5a6058bfd5f (patch)
treef876a8e0e0d1f9ff659c69372f822edc405f6f47 /daemons/ipa-kdb/Makefile.am
parent579a1599151f6964673afa39188e64c1d9dd23cc (diff)
downloadfreeipa-6e010fedaa33face61fd521c9f94e5a6058bfd5f.tar.gz
freeipa-6e010fedaa33face61fd521c9f94e5a6058bfd5f.tar.xz
freeipa-6e010fedaa33face61fd521c9f94e5a6058bfd5f.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 30076241f..309618a29 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) \