summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-11-05 17:17:35 +0000
committerTim Potter <tpot@samba.org>2003-11-05 17:17:35 +0000
commit079e00d1030130943791acd54b2af6036891c534 (patch)
tree185b1c5aa5b0a71347d5b8fe81ca0ca6c549095f
parent600e056a33bd658a8e0eb41af9c83d32b9e2e082 (diff)
downloadsamba-079e00d1030130943791acd54b2af6036891c534.tar.gz
samba-079e00d1030130943791acd54b2af6036891c534.tar.xz
samba-079e00d1030130943791acd54b2af6036891c534.zip
Merge from 3.0:
Revision 1.468.2.193: Add ldaplibs to pdbedit link line. Fixes bug #651.
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 73c72354698..17cf54fa53f 100644
--- a/source/Makefile.in
+++ b/source/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 $@