diff options
author | Simo Sorce <ssorce@redhat.com> | 2011-06-10 14:35:46 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2011-08-26 08:24:49 -0400 |
commit | 46c803a08d691c067d985791f2c98467219a8adc (patch) | |
tree | 30fc7957331e543aa67592d597f4a87026aaed78 /daemons/ipa-kdb/Makefile.am | |
parent | b5ba0f7f4879d9312aa76a2097f614d1d3271467 (diff) | |
download | freeipa-46c803a08d691c067d985791f2c98467219a8adc.tar.gz freeipa-46c803a08d691c067d985791f2c98467219a8adc.tar.xz freeipa-46c803a08d691c067d985791f2c98467219a8adc.zip |
ipa-kdb: add common utility ldap wrapper functions
Diffstat (limited to 'daemons/ipa-kdb/Makefile.am')
-rw-r--r-- | daemons/ipa-kdb/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemons/ipa-kdb/Makefile.am b/daemons/ipa-kdb/Makefile.am index 309618a29..0d35ea973 100644 --- a/daemons/ipa-kdb/Makefile.am +++ b/daemons/ipa-kdb/Makefile.am @@ -23,6 +23,7 @@ plugin_LTLIBRARIES = \ ipadb_la_SOURCES = \ ipa_kdb.c \ + ipa_kdb_common.c \ $(NULL) ipadb_la_LDFLAGS = \ |