summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2007-06-18 16:10:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:27 -0500
commitc7749c8f9390c0041686859994eb2ef89d20709b (patch)
tree497c2fec1d075e70612a1e3c9fcc7b84aa1cd52d /source3
parentfb2246f3030ba23d598ac2fdbb4f43fcb9373f76 (diff)
downloadsamba-c7749c8f9390c0041686859994eb2ef89d20709b.tar.gz
samba-c7749c8f9390c0041686859994eb2ef89d20709b.tar.bz2
samba-c7749c8f9390c0041686859994eb2ef89d20709b.zip
r23541: Linking the LSA pipe module only once is probably enough.
(This used to be commit 1d941961e0739c22d32720bac4ecd6beef6d74c5)
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 707bae3910..47b13357d3 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1419,8 +1419,6 @@ SHLD_MODULE = $(SHLD) $(LDSHFLAGS) $(MODULE_EXPORTS) \
bin/librpc_lsarpc.@SHLIBEXT@: $(BINARY_PREREQS) $(RPC_LSA_OBJ)
@echo "Linking $@"
@$(SHLD_MODULE) $(RPC_LSA_OBJ)
- @$(SHLD) $(LDSHFLAGS) -o $@ $(RPC_LSA_OBJ) -lc \
- @SONAMEFLAG@`basename $@`
bin/librpc_samr.@SHLIBEXT@: $(BINARY_PREREQS) $(RPC_SAMR_OBJ)
@echo "Linking $@"