1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

For the fun of it, build netapi.so|.a.

Guenther
(This used to be commit 8cbc6bdede)
This commit is contained in:
Günther Deschner 2007-12-06 19:15:30 +01:00
parent 72ffac3990
commit 8edf48bbf7
2 changed files with 13 additions and 0 deletions

View File

@ -1353,6 +1353,16 @@ bin/libaddns.a: $(BINARY_PREREQS) $(LIBADDNS_OBJ)
@echo Linking non-shared library $@
@-$(AR) -rc $@ $(LIBADDNS_OBJ)
bin/netapi.@SHLIBEXT@: $(BINARY_PREREQS) $(NETAPI_OBJ)
@echo Linking shared library $@
@$(SHLD_DSO) $(NETAPI_OBJ) $(LIBS) \
$(LDAP_LIBS) $(KRB5LIBS) $(NSCD_LIBS) \
@SONAMEFLAG@`basename $@`.$(SONAME_VER)
bin/netapi.a: $(BINARY_PREREQS) $(NETAPI_OBJ)
@echo Linking non-shared library $@
@-$(AR) -rc $@ $(NETAPI_OBJ)
bin/libsmbclient.@SHLIBEXT@: $(BINARY_PREREQS) $(LIBSMBCLIENT_OBJ)
@echo Linking shared library $@
@$(SHLD_DSO) $(LIBSMBCLIENT_OBJ) $(LIBS) \

View File

@ -0,0 +1,3 @@
{
global: *;
};