[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-771-g51769f5

Jelmer Vernooij jelmer at samba.org
Tue Feb 12 11:46:55 GMT 2008


The branch, v4-0-test has been updated
       via  51769f5cfc0f3a9f85ea533598a1f769e108d075 (commit)
      from  6c9a8bf9f03cef0fc1c5f7ec3f8786eccf79c851 (commit)

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


- Log -----------------------------------------------------------------
commit 51769f5cfc0f3a9f85ea533598a1f769e108d075
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Feb 12 12:46:33 2008 +0100

    Make sure talloc.so is build before installing.

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

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


Changeset truncated at 500 lines:

diff --git a/source/lib/talloc/talloc.mk b/source/lib/talloc/talloc.mk
index 2dc75dd..590adc7 100644
--- a/source/lib/talloc/talloc.mk
+++ b/source/lib/talloc/talloc.mk
@@ -1,10 +1,10 @@
-all:: libtalloc.a $(SOLIB) testsuite
-
 TALLOC_OBJ = $(tallocdir)/talloc.o 
 
 SOLIB = libtalloc.$(SHLIBEXT).$(PACKAGE_VERSION)
 SONAME = libtalloc.$(SHLIBEXT).1
 
+all:: libtalloc.a $(SOLIB) testsuite
+
 testsuite:: $(LIBOBJ) testsuite.o
 	$(CC) $(CFLAGS) -o testsuite testsuite.o $(LIBOBJ) $(LIBS)
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list