[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-770-g6c9a8bf

Jelmer Vernooij jelmer at samba.org
Tue Feb 12 11:42:48 GMT 2008


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

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


- Log -----------------------------------------------------------------
commit 6c9a8bf9f03cef0fc1c5f7ec3f8786eccf79c851
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Feb 12 12:41:21 2008 +0100

    Fix installation of python module for ldb and tdb.

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

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


Changeset truncated at 500 lines:

diff --git a/source/lib/ldb/Makefile.in b/source/lib/ldb/Makefile.in
index d3e0274..756beb1 100644
--- a/source/lib/ldb/Makefile.in
+++ b/source/lib/ldb/Makefile.in
@@ -19,6 +19,7 @@ SWIG = swig
 EXTRA_OBJ=@EXTRA_OBJ@
 TESTS=test-tdb.sh @TESTS@
 PACKAGE_VERSION = @PACKAGE_VERSION@
+PYTHON = @PYTHON@
 PYTHON_CONFIG = @PYTHON_CONFIG@
 tdbdir = @tdbdir@
 ldbdir = $(srcdir)
diff --git a/source/lib/tdb/Makefile.in b/source/lib/tdb/Makefile.in
index 8c79f6e..4a95fdb 100644
--- a/source/lib/tdb/Makefile.in
+++ b/source/lib/tdb/Makefile.in
@@ -32,11 +32,13 @@ tdbdir = @tdbdir@
 
 TDB_OBJ = @TDB_OBJ@ @LIBREPLACEOBJ@
 
-all:: showflags dirs $(PROGS) $(SOLIB) libtdb.a $(PYTHON_BUILD_TARGET)
+default: all
 
 include $(tdbdir)/tdb.mk
 include $(tdbdir)/rules.mk
 
+all:: showflags dirs $(PROGS) $(SOLIB) libtdb.a $(PYTHON_BUILD_TARGET)
+
 install:: all
 $(SOLIB): $(TDB_OBJ)
 	$(SHLD) $(SHLD_FLAGS) -o $@ $(TDB_OBJ) @SONAMEFLAG@$(SONAME)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list