From 7322072962180f94551b525bf97031edf4c18c99 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 23 May 2008 13:42:40 +0200 Subject: build: add a "make shlibs" target to build all the shared libraries. Michael (This used to be commit 5a99f59d7514edadbab081dc0c5c28a6ea26972a) --- source3/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) 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 $@` -- cgit