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:
parent
72ffac3990
commit
8edf48bbf7
@ -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) \
|
||||
|
3
source3/exports/netapi.syms
Normal file
3
source3/exports/netapi.syms
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
global: *;
|
||||
};
|
Loading…
Reference in New Issue
Block a user