summaryrefslogtreecommitdiff
path: root/lib/talloc/configure.ac
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2008-09-19 15:15:21 -0400
committerSimo Sorce <idra@samba.org>2008-09-19 18:07:37 -0400
commite07400525fd955b9fb9524edda3f8e6bc7567847 (patch)
treee8f8fe0edb7176da76216c6618ff66cdcdc86efd /lib/talloc/configure.ac
parent49b89633f175b81d7415f835009b6d14f6e10933 (diff)
downloadsamba-e07400525fd955b9fb9524edda3f8e6bc7567847.tar.gz
samba-e07400525fd955b9fb9524edda3f8e6bc7567847.tar.bz2
samba-e07400525fd955b9fb9524edda3f8e6bc7567847.zip
Add shared-build target to talloc.
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/talloc/configure.ac')
-rw-r--r--lib/talloc/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/talloc/configure.ac b/lib/talloc/configure.ac
index 4719aa04b5..d2538f9222 100644
--- a/lib/talloc/configure.ac
+++ b/lib/talloc/configure.ac
@@ -21,4 +21,7 @@ AC_LD_SONAMEFLAG
AC_LIBREPLACE_SHLD
AC_LIBREPLACE_SHLD_FLAGS
+m4_include(build_macros.m4)
+BUILD_WITH_SHARED_BUILD_DIR
+
AC_OUTPUT(Makefile talloc.pc)