summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/configure.ac
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2008-09-19 15:49:39 -0400
committerSimo Sorce <idra@samba.org>2008-09-19 18:08:28 -0400
commite42caab6f91369a981619d0b711071cd1c724d5d (patch)
treeaab6f128e7112e8438f288de4f49fd099e417f6e /source4/lib/ldb/configure.ac
parent474de0f2172ebe55e6cafb4ad7e81fe662eacadc (diff)
downloadsamba-e42caab6f91369a981619d0b711071cd1c724d5d.tar.gz
samba-e42caab6f91369a981619d0b711071cd1c724d5d.tar.bz2
samba-e42caab6f91369a981619d0b711071cd1c724d5d.zip
Fix ldb standalone build.
Add shared-build target to the ldb library, and make it possible to build it against libtalloc, libevents, libtdb as shared libraries.
Diffstat (limited to 'source4/lib/ldb/configure.ac')
-rw-r--r--source4/lib/ldb/configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/ldb/configure.ac b/source4/lib/ldb/configure.ac
index 4a703e8139..095caa5e92 100644
--- a/source4/lib/ldb/configure.ac
+++ b/source4/lib/ldb/configure.ac
@@ -43,6 +43,10 @@ AC_SUBST(LDB_MODULESDIR)
TESTS=""
EXTRA_OBJ=""
+m4_include(build_macros.m4)
+BUILD_WITH_SHARED_BUILD_DIR
+
+m4_include(pkg.m4)
m4_include(libpopt.m4)
m4_include(libtalloc.m4)
m4_include(libtdb.m4)