diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-04 01:37:28 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:48:02 +0100 |
commit | 71ae20df2c7e346c4b115bbed7c579c881369fdb (patch) | |
tree | df7454e8fb808b154b5ee7705b58e1bef558a10c /source4/lib/tdb | |
parent | b038240ac72fa34a132eb52bda28bbb80f82c29e (diff) | |
download | samba-71ae20df2c7e346c4b115bbed7c579c881369fdb.tar.gz samba-71ae20df2c7e346c4b115bbed7c579c881369fdb.tar.bz2 samba-71ae20df2c7e346c4b115bbed7c579c881369fdb.zip |
r26276: Install SWIG files if swig is present.
(This used to be commit dfd5b456f932268e2b1a82e2775037d356b9483e)
Diffstat (limited to 'source4/lib/tdb')
-rw-r--r-- | source4/lib/tdb/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/tdb/Makefile.in b/source4/lib/tdb/Makefile.in index 7ca78e5317..e973dc21ad 100644 --- a/source4/lib/tdb/Makefile.in +++ b/source4/lib/tdb/Makefile.in @@ -125,5 +125,8 @@ check-python: build-python # FIXME: Should be more portable: LD_LIBRARY_PATH=. PYTHONPATH=.:build/lib.linux-i686-2.4 trial python/tests/simple.py +install-swig: + cp tdb.i `swig -swiglib` + clean-python: ./setup.py clean |