summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-06-04 01:33:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:06 -0500
commit1b68302e344df1e35becd26c1959ab0f94d8b3bc (patch)
treecbacee5b537d1ef25eb15cedb625ea153e66b0ba /source
parent114a80dd2e1ddc577ae6ab336878f48317ce3e98 (diff)
downloadsamba-1b68302e344df1e35becd26c1959ab0f94d8b3bc.tar.gz
samba-1b68302e344df1e35becd26c1959ab0f94d8b3bc.tar.xz
samba-1b68302e344df1e35becd26c1959ab0f94d8b3bc.zip
r23321: remove unused variable (due to mad merge from Centeris patches)
Diffstat (limited to 'source')
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 20435878e32..a965261378b 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1477,7 +1477,7 @@ bin/winbindd@EXEEXT@: $(BINARY_PREREQS) $(WINBINDD_OBJ) @BUILD_POPT@
bin/pam_winbind.@SHLIBEXT@: $(BINARY_PREREQS) $(PAM_WINBIND_OBJ)
@echo "Linking shared library $@"
- @$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_OBJ) -lpam @INIPARSERLIBS@ $(GPLIBS) \
+ @$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_OBJ) -lpam @INIPARSERLIBS@ \
@SONAMEFLAG@`basename $@`
bin/builtin.@SHLIBEXT@: $(BINARY_PREREQS) $(AUTH_BUILTIN_OBJ)