summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-05-23 13:42:40 +0200
committerMichael Adam <obnox@samba.org>2008-05-23 13:42:40 +0200
commit7322072962180f94551b525bf97031edf4c18c99 (patch)
treeed698a5e73bd212d881154af7a449e5250380f15 /source3
parent9301310ea73e43349f4e0b41343fe2a820327d40 (diff)
downloadsamba-7322072962180f94551b525bf97031edf4c18c99.tar.gz
samba-7322072962180f94551b525bf97031edf4c18c99.tar.bz2
samba-7322072962180f94551b525bf97031edf4c18c99.zip
build: add a "make shlibs" target to build all the shared libraries.
Michael (This used to be commit 5a99f59d7514edadbab081dc0c5c28a6ea26972a)
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 3fa9b4abda..530ccb1e06 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1708,6 +1708,8 @@ libaddns: $(LIBADDNS)
libwbclient: $(LIBWBCLIENT)
libnetapi: $(LIBNETAPI)
+shlibs: $(SHLIBS)
+
# Linker command to link a RPC, VFS, AUTH, CHARSET or PASSDB module.
SHLD_MODULE = $(SHLD) $(LDSHFLAGS) $(MODULE_EXPORTS) \
-o $@ @SONAMEFLAG@`basename $@`