[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Thu Nov 19 05:49:30 MST 2009


The branch, master has been updated
       via  fc9f199... s3-build: really fix build of winbind_krb5_locator.
       via  bf45447... s3-build: make sure to remove libds and client object files on make clean.
      from  3a8393c... s4:ldbcli - Added encoder/decoder for relax control.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit fc9f199f2619635f73e8ee7f3b5359521d63f325
Author: Günther Deschner <gd at samba.org>
Date:   Thu Nov 19 13:44:33 2009 +0100

    s3-build: really fix build of winbind_krb5_locator.
    
    Guenther

commit bf45447aaa35ee3b26fe76af3c73a77d7b10c2ac
Author: Günther Deschner <gd at samba.org>
Date:   Thu Nov 19 13:39:24 2009 +0100

    s3-build: make sure to remove libds and client object files on make clean.
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 source3/Makefile.in |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index cb10a7c..3f823cc 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2524,7 +2524,7 @@ bin/vlp at EXEEXT@: $(BINARY_PREREQS) $(VLP_OBJ) $(LIBTDB)
 
 bin/winbind_krb5_locator. at SHLIBEXT@: $(BINARY_PREREQS) $(WINBIND_KRB5_LOCATOR_OBJ) $(LIBWBCLIENT)
 	@echo "Linking $@"
-	@$(SHLD) $(LDSHFLAGS) -o $@ $(WINBIND_KRB5_LOCATOR_OBJ) $(LIBWBCLIENT_LIBS) $(KRB5_LIBS) \
+	@$(SHLD) $(LDSHFLAGS) -o $@ $(WINBIND_KRB5_LOCATOR_OBJ) $(LIBWBCLIENT_LIBS) $(KRB5LIBS) \
 		@SONAMEFLAG@`basename $@`
 
 bin/pam_winbind. at SHLIBEXT@: $(BINARY_PREREQS) $(PAM_WINBIND_OBJ) $(LIBTALLOC) $(LIBWBCLIENT)
@@ -3084,7 +3084,8 @@ cleanlibs::
 	-rm -f ../lib/*/*.o ../lib/*/*/*.o \
 		../libcli/*.o ../libcli/*/*.o ../libcli/*/*/*.o \
 		../librpc/*/*.o \
-		../libgpo/*.o ../libgpo/*/*.o
+		../libgpo/*.o ../libgpo/*/*.o \
+		../libds/*.o ../libds/*/*.o
 
 clean:: cleanlibs
 	-rm -f include/build_env.h
@@ -3094,6 +3095,7 @@ clean:: cleanlibs
 		*/*.o */*/*.o */*/*/*.o \
 		../testsuite/*/*.o \
 		../nsswitch/*.o ../nsswitch/*/*.o ../nsswitch/*. at SHLIBEXT@ \
+		../client/*.o \
 		*/*. at SHLIBEXT@ */*/*. at SHLIBEXT@ */*/*/*. at SHLIBEXT@ \
 		$(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(ROOT_SBIN_PROGS) \
 		$(MODULES) $(TORTURE_PROGS) \


-- 
Samba Shared Repository


More information about the samba-cvs mailing list