diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-21 13:37:20 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:45:59 +0100 |
commit | 91fe80a555e45560e77732fd20cdf5ea439eacfd (patch) | |
tree | b7a206f553a7e18358e9ea5fc99d6fff6d3e41f9 /source4/lib/tdb/python.mk | |
parent | 29cf3a93cc8a67edcf307ba944bb3d5f90a3d55a (diff) | |
download | samba-91fe80a555e45560e77732fd20cdf5ea439eacfd.tar.gz samba-91fe80a555e45560e77732fd20cdf5ea439eacfd.tar.bz2 samba-91fe80a555e45560e77732fd20cdf5ea439eacfd.zip |
r26090: Make building tdb python bindings independent of use of external tdb.
(This used to be commit bfe54e2f197ea3ef760aeeef8c248ff71419ecd8)
Diffstat (limited to 'source4/lib/tdb/python.mk')
-rw-r--r-- | source4/lib/tdb/python.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/tdb/python.mk b/source4/lib/tdb/python.mk new file mode 100644 index 0000000000..23b01c120c --- /dev/null +++ b/source4/lib/tdb/python.mk @@ -0,0 +1,3 @@ +[PYTHON::swig_tdb] +SWIG_FILE = tdb.i +PUBLIC_DEPENDENCIES = LIBTDB DYNCONFIG |