diff options
author | Tim Potter <tpot@samba.org> | 2003-11-05 17:17:35 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-11-05 17:17:35 +0000 |
commit | 930245a0bc29bd548933787a7e17706aad1cbcb8 (patch) | |
tree | 04495a5fb88cf7fbeaa4327df6de64d8ede45c52 | |
parent | 018a3cc5080efd3c26ad8c04036ed367969f700d (diff) | |
download | samba-930245a0bc29bd548933787a7e17706aad1cbcb8.tar.gz samba-930245a0bc29bd548933787a7e17706aad1cbcb8.tar.bz2 samba-930245a0bc29bd548933787a7e17706aad1cbcb8.zip |
Merge from 3.0:
Revision 1.468.2.193:
Add ldaplibs to pdbedit link line. Fixes bug #651.
(This used to be commit 079e00d1030130943791acd54b2af6036891c534)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 73c7235469..17cf54fa53 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -858,7 +858,7 @@ bin/smbpasswd@EXEEXT@: $(SMBPASSWD_OBJ) bin/.dummy bin/pdbedit@EXEEXT@: $(PDBEDIT_OBJ) @BUILD_POPT@ bin/.dummy @echo Linking $@ - @$(CC) $(FLAGS) -o $@ $(PDBEDIT_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(PASSDB_LIBS) + @$(CC) $(FLAGS) -o $@ $(PDBEDIT_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @POPTLIBS@ $(PASSDB_LIBS) $(LDAP_LIBS) bin/samtest@EXEEXT@: $(SAMTEST_OBJ) @BUILD_POPT@ bin/.dummy @echo Linking $@ |