build: add a "make shlibs" target to build all the shared libraries.
authorMichael Adam <obnox@samba.org>
Fri, 23 May 2008 11:42:40 +0000 (13:42 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 23 May 2008 11:42:40 +0000 (13:42 +0200)
Michael

source/Makefile.in

index 3fa9b4abda137cf805d3d199889663c59ee31889..530ccb1e06a4ff595a4a4954a577f1924021d17a 100644 (file)
@@ -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 $@`