The branch, v3-0-test has been updated
via d8053bc51077207ff524a73b4db5f29d0c5af80a (commit)
from ba7c63eafd83a8b29e60e0f7b9b5808529304014 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test
- Log -----------------------------------------------------------------
commit d8053bc51077207ff524a73b4db5f29d0c5af80a
Author: Günther Deschner <[EMAIL PROTECTED]>
Date: Wed Apr 30 18:39:22 2008 +0200
makefile: remove $(GPLIBS). what and why-ever this was here...
Guenther
-----------------------------------------------------------------------
Summary of changes:
source/Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source/Makefile.in b/source/Makefile.in
index b45dbe6..90db249 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1298,7 +1298,7 @@ bin/[EMAIL PROTECTED]@: proto_exists $(WINBINDD_OBJ)
@BUILD_POPT@ bin/.dummy
bin/[EMAIL PROTECTED]@: $(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@ @[EMAIL PROTECTED] [EMAIL PROTECTED]
bin/[EMAIL PROTECTED]@: proto_exists $(AUTH_BUILTIN_OBJ)
--
Samba Shared Repository