summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/configure.ac
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-05 23:32:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:18 -0500
commitea086c1cc894f3bf54688d9435174fe33ec6ffd2 (patch)
tree337fed1ed263a8b8a16f1b196ee20ea645b8f764 /source4/lib/ldb/configure.ac
parent1bd0211698df34ab3ec41cfd962d144be88e724b (diff)
downloadsamba-ea086c1cc894f3bf54688d9435174fe33ec6ffd2.tar.gz
samba-ea086c1cc894f3bf54688d9435174fe33ec6ffd2.tar.bz2
samba-ea086c1cc894f3bf54688d9435174fe33ec6ffd2.zip
r18109: move ldb to use the same build methods
(This used to be commit 28dcbb512fecd825428c5d5f343ec16e4a6906f9)
Diffstat (limited to 'source4/lib/ldb/configure.ac')
-rw-r--r--source4/lib/ldb/configure.ac13
1 files changed, 5 insertions, 8 deletions
diff --git a/source4/lib/ldb/configure.ac b/source4/lib/ldb/configure.ac
index 1cca6024ff..6aeb39475a 100644
--- a/source4/lib/ldb/configure.ac
+++ b/source4/lib/ldb/configure.ac
@@ -48,8 +48,10 @@ AC_SUBST(MODULESDIR)
TESTS=""
EXTRA_OBJ=""
-m4_include(popt.m4)
-m4_include(../replace/libreplace.m4)
+m4_include(libreplace.m4)
+m4_include(libpopt.m4)
+m4_include(libtalloc.m4)
+m4_include(libtdb.m4)
m4_include(ldap.m4)
if test x"$with_ldap_support" = x"yes"; then
@@ -70,10 +72,5 @@ fi
AC_SUBST(TESTS)
AC_SUBST(EXTRA_OBJ)
-m4_include(replace.m4)
-SMB_REPLACE_FUNCS(strtoll)
-
-m4_include(config.m4)
-m4_include(../talloc/config.m4)
-m4_include(../tdb/config.m4)
+m4_include(libldb.m4)
AC_OUTPUT(Makefile ldb.pc)