[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2190-g4ffc73d

Michael Adam obnox at samba.org
Wed Feb 13 13:10:31 GMT 2008


The branch, v3-2-test has been updated
       via  4ffc73d90883491b9d4dc6d0249e1d859939670b (commit)
      from  ec793572187228deda7210dab02882e4e09f1972 (commit)

http://gitweb.samba.org/?samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 4ffc73d90883491b9d4dc6d0249e1d859939670b
Author: Michael Adam <obnox at samba.org>
Date:   Wed Feb 13 14:10:06 2008 +0100

    Only use the needed objects for libnetapi.a
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index e1a6436..5302fce 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1479,9 +1479,9 @@ bin/libnetapi. at SHLIBEXT@: $(BINARY_PREREQS) $(LIBNETAPI_OBJ) @LIBWBCLIENT_SHARED
 		$(LDAP_LIBS) $(KRB5LIBS) $(NSCD_LIBS) \
 		@SONAMEFLAG@`basename $@`.$(SONAME_VER)
 
-bin/libnetapi.a: $(BINARY_PREREQS) $(LIBNETAPI_OBJ)
+bin/libnetapi.a: $(BINARY_PREREQS) $(LIBNETAPI_OBJ1)
 	@echo Linking non-shared library $@
-	@-$(AR) -rc $@ $(LIBNETAPI_OBJ)
+	@-$(AR) -rc $@ $(LIBNETAPI_OBJ1)
 
 bin/libsmbclient. at SHLIBEXT@: $(BINARY_PREREQS) $(LIBSMBCLIENT_OBJ) @LIBWBCLIENT_SHARED@
 	@echo Linking shared library $@


-- 
Samba Shared Repository


More information about the samba-cvs mailing list