summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-08-31 14:58:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:30:27 -0500
commit56736616d873605c7a75f375067c9d316bf57539 (patch)
tree4ec0b33359665d4844d157b5e9e678d0230cbfdf /source3
parent1f0835c362b9318042541b7bf04a43ff7c50751d (diff)
downloadsamba-56736616d873605c7a75f375067c9d316bf57539.tar.gz
samba-56736616d873605c7a75f375067c9d316bf57539.tar.bz2
samba-56736616d873605c7a75f375067c9d316bf57539.zip
r24841: The locator has no dependencies to ldap libs anymore. Also fix the build.
Guenther (This used to be commit ce7c816083db6fc844b936a14dd593fe1ef07374)
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index f763098417..7fb9601e6f 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1488,10 +1488,9 @@ bin/winbindd@EXEEXT@: $(BINARY_PREREQS) $(WINBINDD_OBJ) @BUILD_POPT@
$(LDAP_LIBS) $(KRB5LIBS) $(LIBS) \
@SONAMEFLAG@`basename $@`@NSSSONAMEVERSIONSUFFIX@
-@SMB_KRB5_LOCATOR@: $(BINARY_PREREQS) $(SMB_KRB5_LOCATOR_OBJ)
+bin/smb_krb5_locator.@SHLIBEXT@: $(BINARY_PREREQS) $(SMB_KRB5_LOCATOR_OBJ)
@echo "Linking $@"
@$(SHLD) $(LDSHFLAGS) -o $@ $(SMB_KRB5_LOCATOR_OBJ) \
- $(LDAP_LIBS) $(LIBS) -lcom_err \
@SONAMEFLAG@`basename $@`
bin/pam_winbind.@SHLIBEXT@: $(BINARY_PREREQS) $(PAM_WINBIND_OBJ)