From: Michael Adam Date: Fri, 23 May 2008 11:42:40 +0000 (+0200) Subject: build: add a "make shlibs" target to build all the shared libraries. X-Git-Tag: samba-4.0.0alpha6~801^2~1298 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7322072962180f94551b525bf97031edf4c18c99;p=thirdparty%2Fsamba.git build: add a "make shlibs" target to build all the shared libraries. Michael (This used to be commit 5a99f59d7514edadbab081dc0c5c28a6ea26972a) --- diff --git a/source3/Makefile.in b/source3/Makefile.in index 3fa9b4abda1..530ccb1e06a 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 $@`