summaryrefslogtreecommitdiff
path: root/lib/tdb/configure.ac
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2008-09-19 15:15:46 -0400
committerSimo Sorce <idra@samba.org>2008-09-19 18:07:53 -0400
commit3235e25425dddb9ba6d0f8d7cfff94ea9d7c5bdd (patch)
treeac046a584fadc482e36e806222384f9ccb1473d1 /lib/tdb/configure.ac
parente07400525fd955b9fb9524edda3f8e6bc7567847 (diff)
downloadsamba-3235e25425dddb9ba6d0f8d7cfff94ea9d7c5bdd.tar.gz
samba-3235e25425dddb9ba6d0f8d7cfff94ea9d7c5bdd.tar.bz2
samba-3235e25425dddb9ba6d0f8d7cfff94ea9d7c5bdd.zip
Add shared-build target to tdb.
Useful to build multiple standalone libraries that depend on each other without having to install them to the final install dir during the build.
Diffstat (limited to 'lib/tdb/configure.ac')
-rw-r--r--lib/tdb/configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/tdb/configure.ac b/lib/tdb/configure.ac
index eaf70d30b4..4bf2e98e8f 100644
--- a/lib/tdb/configure.ac
+++ b/lib/tdb/configure.ac
@@ -27,4 +27,8 @@ if test -z "$PYTHON_CONFIG"; then
PYTHON_INSTALL_TARGET=""
PYTHON_CHECK_TARGET=""
fi
+
+m4_include(build_macros.m4)
+BUILD_WITH_SHARED_BUILD_DIR
+
AC_OUTPUT(Makefile tdb.pc)