Fix installation of python module for ldb and tdb.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 12 Feb 2008 11:41:21 +0000 (12:41 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 12 Feb 2008 11:42:31 +0000 (12:42 +0100)
(This used to be commit 6c9a8bf9f03cef0fc1c5f7ec3f8786eccf79c851)

source4/lib/ldb/Makefile.in
source4/lib/tdb/Makefile.in

index d3e027425b562ace49a491ccd6b51af9c63c5639..756beb1fed63290f385861d2f3443050310a061c 100644 (file)
@@ -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)
index 8c79f6e24cee1071c679c41bddc4c5d3a0d8ff48..4a95fdb380a2bfb47c1e203d97cd6967090fa077 100644 (file)
@@ -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)