makefile: remove $(GPLIBS). what and why-ever this was here...
authorGünther Deschner <gd@samba.org>
Wed, 30 Apr 2008 16:39:22 +0000 (18:39 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 30 Apr 2008 16:39:22 +0000 (18:39 +0200)
Guenther

source/Makefile.in

index b45dbe6dd5a8c078148426366a9ad5d7ae7c2467..90db24942d2da93585ad1a70ae25276ccc4038b3 100644 (file)
@@ -1298,7 +1298,7 @@ bin/winbindd@EXEEXT@: proto_exists $(WINBINDD_OBJ) @BUILD_POPT@ bin/.dummy
 
 bin/pam_winbind.@SHLIBEXT@: $(PAM_WINBIND_OBJ) bin/.dummy
        @echo "Linking shared library $@"
-       @$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_OBJ) -lpam @INIPARSERLIBS@ $(GPLIBS) \
+       @$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_OBJ) -lpam @INIPARSERLIBS@ \
                @PAM_WINBIND_EXTRA_LIBS@ @SONAMEFLAG@`basename $@`
 
 bin/builtin.@SHLIBEXT@: proto_exists $(AUTH_BUILTIN_OBJ)