diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-06 19:24:12 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-13 01:40:10 +0100 |
commit | 5e914f2c1367490a61ca000d51ecbd3bd20cd0a4 (patch) | |
tree | b696e75525a9f0267f5f4a4982d0e9be26a1640d /source3/lib/talloc/configure.ac | |
parent | 9673162236c5ab5e1d52b6bb4b3af6902e9adcf4 (diff) | |
download | samba-5e914f2c1367490a61ca000d51ecbd3bd20cd0a4.tar.gz samba-5e914f2c1367490a61ca000d51ecbd3bd20cd0a4.tar.bz2 samba-5e914f2c1367490a61ca000d51ecbd3bd20cd0a4.zip |
r25882: Build shared library of talloc as well.
(cherry picked from commit 3692ba8299d4177289ca401fa467143ad14ccad4)
(This used to be commit ddfc86b71d7e6fa3d1bd6fcaca4f31dd262e84d2)
Diffstat (limited to 'source3/lib/talloc/configure.ac')
-rw-r--r-- | source3/lib/talloc/configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/lib/talloc/configure.ac b/source3/lib/talloc/configure.ac index afc2a944f0..d76052007c 100644 --- a/source3/lib/talloc/configure.ac +++ b/source3/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) |