diff options
author | Tim Potter <tpot@samba.org> | 2003-11-04 21:17:22 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-11-04 21:17:22 +0000 |
commit | e7d9803d93ef9f0a13f5f192b60cab56a22e2e2f (patch) | |
tree | 53f7f20a1b77788aa48620e61ad0567022926d24 /source3 | |
parent | fc809973b9be1104af806f9c35e66d1be3dfab35 (diff) | |
download | samba-e7d9803d93ef9f0a13f5f192b60cab56a22e2e2f.tar.gz samba-e7d9803d93ef9f0a13f5f192b60cab56a22e2e2f.tar.bz2 samba-e7d9803d93ef9f0a13f5f192b60cab56a22e2e2f.zip |
Add ldaplibs to pdbedit link line. Fixes bug #651.
(This used to be commit e306c962685c8b17df520aebccf6f0d8e3d7ce3c)
Diffstat (limited to 'source3')
-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 53b1d33b25..b356c002d9 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -850,7 +850,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 $@ |