summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/configure.ac
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-06 19:24:12 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:44:39 +0100
commit4347f8fc37d5dd7315113ff4b8ce80a5427b53b9 (patch)
treeff2447c7bebc228b4fd7f3d9c0f7b290a33be6ba /source4/lib/talloc/configure.ac
parent831d7383741baebe90312833a4319c06831fc01f (diff)
downloadsamba-4347f8fc37d5dd7315113ff4b8ce80a5427b53b9.tar.gz
samba-4347f8fc37d5dd7315113ff4b8ce80a5427b53b9.tar.bz2
samba-4347f8fc37d5dd7315113ff4b8ce80a5427b53b9.zip
r25882: Build shared library of talloc as well.
(This used to be commit 3692ba8299d4177289ca401fa467143ad14ccad4)
Diffstat (limited to 'source4/lib/talloc/configure.ac')
-rw-r--r--source4/lib/talloc/configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/lib/talloc/configure.ac b/source4/lib/talloc/configure.ac
index afc2a944f0..d76052007c 100644
--- a/source4/lib/talloc/configure.ac
+++ b/source4/lib/talloc/configure.ac
@@ -15,4 +15,9 @@ if test -n "$XSLTPROC"; then
fi
AC_SUBST(DOC_TARGET)
+AC_LD_PICFLAG
+AC_LD_SHLIBEXT
+AC_LD_SONAMEFLAG
+AC_LD_SHLDFLAGS
+
AC_OUTPUT(Makefile talloc.pc)