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-3.3.0pre1~1161 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a99f59d7514edadbab081dc0c5c28a6ea26972a;p=thirdparty%2Fsamba.git build: add a "make shlibs" target to build all the shared libraries. Michael --- diff --git a/source/Makefile.in b/source/Makefile.in index 3fa9b4abda1..530ccb1e06a 100644 --- a/source/Makefile.in +++ b/source/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 $@`