1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

build: add a "make shlibs" target to build all the shared libraries.

Michael
(This used to be commit 5a99f59d7514edadbab081dc0c5c28a6ea26972a)
This commit is contained in:
Michael Adam 2008-05-23 13:42:40 +02:00
parent 9301310ea7
commit 7322072962

View 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 $@`