summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-30 18:39:22 +0200
committerGünther Deschner <gd@samba.org>2008-04-30 18:39:22 +0200
commitd8053bc51077207ff524a73b4db5f29d0c5af80a (patch)
treed200d29893e544763ea5ec881a88f960103da8d5
parentba7c63eafd83a8b29e60e0f7b9b5808529304014 (diff)
downloadsamba-d8053bc51077207ff524a73b4db5f29d0c5af80a.tar.gz
makefile: remove $(GPLIBS). what and why-ever this was here...
Guenther
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index b45dbe6dd5a..90db24942d2 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -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)