From 71ae20df2c7e346c4b115bbed7c579c881369fdb Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 4 Dec 2007 01:37:28 +0100 Subject: r26276: Install SWIG files if swig is present. (This used to be commit dfd5b456f932268e2b1a82e2775037d356b9483e) --- source4/lib/ldb/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/lib/ldb/Makefile.in') diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index 23a89c98c6..26b77d7dc1 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -244,6 +244,9 @@ build-python: lib/libldb.$(SHLIBEXT) ldb_wrap.c ldb.py install-python: build-python ./setup.py install --prefix=$(prefix) +install-swig: + cp ldb.i `$(SWIG) -swiglib` + check-python: build-python # FIXME: This isn't portable LD_LIBRARY_PATH=lib PYTHONPATH=.:build/lib.linux-i686-2.4/ trial tests/python/api.py -- cgit