svn commit: samba r23321 - in branches: SAMBA_3_0/source
SAMBA_3_0_26/source
jerry at samba.org
jerry at samba.org
Mon Jun 4 01:33:02 GMT 2007
Author: jerry
Date: 2007-06-04 01:33:00 +0000 (Mon, 04 Jun 2007)
New Revision: 23321
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23321
Log:
remove unused variable (due to mad merge from Centeris patches)
Modified:
branches/SAMBA_3_0/source/Makefile.in
branches/SAMBA_3_0_26/source/Makefile.in
Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in 2007-06-04 01:32:23 UTC (rev 23320)
+++ branches/SAMBA_3_0/source/Makefile.in 2007-06-04 01:33:00 UTC (rev 23321)
@@ -1477,7 +1477,7 @@
bin/pam_winbind. at 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. at SHLIBEXT@: $(BINARY_PREREQS) $(AUTH_BUILTIN_OBJ)
Modified: branches/SAMBA_3_0_26/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0_26/source/Makefile.in 2007-06-04 01:32:23 UTC (rev 23320)
+++ branches/SAMBA_3_0_26/source/Makefile.in 2007-06-04 01:33:00 UTC (rev 23321)
@@ -1366,7 +1366,7 @@
bin/pam_winbind. at 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. at SHLIBEXT@: $(BINARY_PREREQS) $(AUTH_BUILTIN_OBJ)
More information about the samba-cvs
mailing list