summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-28 01:20:00 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:46:37 +0100
commit7ab84481d6b0bee4d1820d9e70950fa126e5269c (patch)
treedc1c476305870175d6beb40510a0261dbc30da1f /source4/lib/tdb/Makefile.in
parente12c724f07f087bb969ca4fb3639a77b78858de6 (diff)
downloadsamba-7ab84481d6b0bee4d1820d9e70950fa126e5269c.tar.gz
samba-7ab84481d6b0bee4d1820d9e70950fa126e5269c.tar.bz2
samba-7ab84481d6b0bee4d1820d9e70950fa126e5269c.zip
r26180: Allow prebuilding swig output files.
(This used to be commit 52106ad04edc3e80e3e3feb8d4b2d4e9e945cbbb)
Diffstat (limited to 'source4/lib/tdb/Makefile.in')
-rw-r--r--source4/lib/tdb/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/source4/lib/tdb/Makefile.in b/source4/lib/tdb/Makefile.in
index 651fc654de..9abe5c2b88 100644
--- a/source4/lib/tdb/Makefile.in
+++ b/source4/lib/tdb/Makefile.in
@@ -21,6 +21,7 @@ SHLD_FLAGS = @SHLD_FLAGS@
PACKAGE_VERSION = @PACKAGE_VERSION@
PICFLAG = @PICFLAG@
SHLIBEXT = @SHLIBEXT@
+SWIG = @SWIG@
.PHONY: test
@@ -111,7 +112,10 @@ distclean: clean
realdistclean: distclean
rm -f configure include/config.h.in
-build-python: libtdb.$(SHLIBEXT)
+tdb_wrap.c tdb.py: tdb.i
+ $(SWIG) -python -keyword tdb.i
+
+build-python: libtdb.$(SHLIBEXT) tdb_wrap.c tdb.py
./setup.py build
install-python: