r24841: The locator has no dependencies to ldap libs anymore. Also fix the build.
authorGünther Deschner <gd@samba.org>
Fri, 31 Aug 2007 14:58:26 +0000 (14:58 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:30:27 +0000 (12:30 -0500)
Guenther
(This used to be commit ce7c816083db6fc844b936a14dd593fe1ef07374)

source3/Makefile.in

index f7630984176330255881c291cfeebca387173d8f..7fb9601e6f4d1cc77823e4ae8774c96ad05e529a 100644 (file)
@@ -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)