diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-12 12:41:21 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-12 12:42:31 +0100 |
commit | 923d1ec2f451c336da4ca507af49a3e9a01f9449 (patch) | |
tree | 967bb29bef047d4d38b3dfd2c32ef2be5c9af7f3 /source4/lib/ldb | |
parent | cd2b003abaaaed5054db6e266dbfccf7e1193932 (diff) | |
download | samba-923d1ec2f451c336da4ca507af49a3e9a01f9449.tar.gz samba-923d1ec2f451c336da4ca507af49a3e9a01f9449.tar.bz2 samba-923d1ec2f451c336da4ca507af49a3e9a01f9449.zip |
Fix installation of python module for ldb and tdb.
(This used to be commit 6c9a8bf9f03cef0fc1c5f7ec3f8786eccf79c851)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index d3e027425b..756beb1fed 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/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) |