From 91fe80a555e45560e77732fd20cdf5ea439eacfd Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 21 Nov 2007 13:37:20 +0100 Subject: r26090: Make building tdb python bindings independent of use of external tdb. (This used to be commit bfe54e2f197ea3ef760aeeef8c248ff71419ecd8) --- source4/lib/tdb/config.mk | 8 -------- source4/lib/tdb/python.mk | 3 +++ 2 files changed, 3 insertions(+), 8 deletions(-) create mode 100644 source4/lib/tdb/python.mk (limited to 'source4/lib/tdb') diff --git a/source4/lib/tdb/config.mk b/source4/lib/tdb/config.mk index d0d1dfb492..c9e5a67d7b 100644 --- a/source4/lib/tdb/config.mk +++ b/source4/lib/tdb/config.mk @@ -57,11 +57,3 @@ PRIVATE_DEPENDENCIES = \ LIBTDB # End BINARY tdbbackup ################################################ - -####################### -# Start LIBRARY swig_tdb -[PYTHON::swig_tdb] -SWIG_FILE = tdb.i -PUBLIC_DEPENDENCIES = LIBTDB DYNCONFIG -# End LIBRARY swig_tdb -####################### 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 -- cgit