summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-21 12:31:38 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:45:55 +0100
commit2a98fd770a2e35c3c297140ae04d29a955dbbba4 (patch)
treea817e13408510a5d50fcede4fe852e85169c640a /source4/lib/tdb/config.mk
parentd3a13a16fff6e9a9929109a37f04a0a8e91d82b7 (diff)
downloadsamba-2a98fd770a2e35c3c297140ae04d29a955dbbba4.tar.gz
samba-2a98fd770a2e35c3c297140ae04d29a955dbbba4.tar.bz2
samba-2a98fd770a2e35c3c297140ae04d29a955dbbba4.zip
r26077: Import updated TDB bindings.
(This used to be commit afe091d92ebb1dc15ae3d8df9a5ba8832933a83c)
Diffstat (limited to 'source4/lib/tdb/config.mk')
-rw-r--r--source4/lib/tdb/config.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/lib/tdb/config.mk b/source4/lib/tdb/config.mk
index ab90ed728d..d0d1dfb492 100644
--- a/source4/lib/tdb/config.mk
+++ b/source4/lib/tdb/config.mk
@@ -60,9 +60,8 @@ PRIVATE_DEPENDENCIES = \
#######################
# Start LIBRARY swig_tdb
-[LIBRARY::swig_tdb]
-LIBRARY_REALNAME = swig/_tdb.$(SHLIBEXT)
-OBJ_FILES = swig/tdb_wrap.o
+[PYTHON::swig_tdb]
+SWIG_FILE = tdb.i
PUBLIC_DEPENDENCIES = LIBTDB DYNCONFIG
# End LIBRARY swig_tdb
#######################