diff options
author | Tim Potter <tpot@samba.org> | 2003-05-05 04:10:29 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-05-05 04:10:29 +0000 |
commit | 59991233e1ee5254e18eb684137cb3ce05c8cc68 (patch) | |
tree | 59abe6651cc604cf3321fae27cd0de447e57f85c /source3 | |
parent | ea3d32fe9c15d49c9b90ed5da208593d51fbb7ea (diff) | |
download | samba-59991233e1ee5254e18eb684137cb3ce05c8cc68.tar.gz samba-59991233e1ee5254e18eb684137cb3ce05c8cc68.tar.xz samba-59991233e1ee5254e18eb684137cb3ce05c8cc68.zip |
Merge of backslash @LDAP_LIBS@ fix from HEAD.
(This used to be commit f4ea0cc17d6a5189ff7887f61b663eb1900c8a27)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 6715f7c7f9f..e4cea50d592 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 $@" |