summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-12 00:49:36 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-12 00:49:36 +0100
commitaa2fd8ee50d8e416a503fb920f0195cd89c4c93b (patch)
tree88902c08267256cdd1bbef1a1e7d3bfbca84531c /source4/lib/ldb/Makefile.in
parent8244b4c0717b64b9effc27781f3d05fd816c5e5e (diff)
downloadsamba-aa2fd8ee50d8e416a503fb920f0195cd89c4c93b.tar.gz
samba-aa2fd8ee50d8e416a503fb920f0195cd89c4c93b.tar.bz2
samba-aa2fd8ee50d8e416a503fb920f0195cd89c4c93b.zip
Manually compile python files rather than use setup.py.
(This used to be commit 056843a5c2ca9e0ec59fd7e371852ecb5362ee32)
Diffstat (limited to 'source4/lib/ldb/Makefile.in')
-rw-r--r--source4/lib/ldb/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in
index 738ffe1adb..d3e027425b 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_CONFIG = @PYTHON_CONFIG@
tdbdir = @tdbdir@
ldbdir = $(srcdir)
tallocdir = @tallocdir@
@@ -121,7 +122,7 @@ distclean:: clean
realdistclean:: distclean
rm -f configure.in include/config.h.in
-check:: test
+check:: test @PYTHON_CHECK_TARGET@
check-soloading: sample_module.$(SHLIBEXT)
LDB_MODULES_PATH=$(builddir) $(srcdir)/tests/test-soloading.sh