summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-05-05 04:10:29 +0000
committerTim Potter <tpot@samba.org>2003-05-05 04:10:29 +0000
commit59991233e1ee5254e18eb684137cb3ce05c8cc68 (patch)
tree59abe6651cc604cf3321fae27cd0de447e57f85c /source3/Makefile.in
parentea3d32fe9c15d49c9b90ed5da208593d51fbb7ea (diff)
downloadsamba-59991233e1ee5254e18eb684137cb3ce05c8cc68.tar.gz
samba-59991233e1ee5254e18eb684137cb3ce05c8cc68.tar.bz2
samba-59991233e1ee5254e18eb684137cb3ce05c8cc68.zip
Merge of backslash @LDAP_LIBS@ fix from HEAD.
(This used to be commit f4ea0cc17d6a5189ff7887f61b663eb1900c8a27)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 6715f7c7f9..e4cea50d59 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -963,8 +963,7 @@ nsswitch/libnss_wins.@SHLIBEXT@: $(NSS_OBJ)
bin/winbindd@EXEEXT@: $(WINBINDD_OBJ) @BUILD_POPT@ bin/.dummy
@echo "Linking $@"
- @$(LINK) -o $@ $(WINBINDD_OBJ) $(DYNEXP) $(LIBS) @POPTLIBS@ $(ADSLIBS) \
- @LDAP_LIBS@
+ @$(LINK) -o $@ $(WINBINDD_OBJ) $(DYNEXP) $(LIBS) @POPTLIBS@ $(ADSLIBS) @LDAP_LIBS@
nsswitch/@WINBIND_NSS@: $(WINBIND_NSS_PICOBJS)
@echo "Linking $@"