summaryrefslogtreecommitdiff
path: root/source3/lib/tdb/python.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-16 16:44:16 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-16 16:44:16 +0200
commitf957aeaee64745148b815393b1fc1338104ed2e1 (patch)
tree3ab8268492918549f36f01faa6f90335b54bc789 /source3/lib/tdb/python.mk
parent80a5da73e9a9ed148314be3fa071181c82fc7c64 (diff)
parent8ec93160d5cf2a0f917c1e1304127625e38ec2e0 (diff)
downloadsamba-f957aeaee64745148b815393b1fc1338104ed2e1.tar.gz
samba-f957aeaee64745148b815393b1fc1338104ed2e1.tar.bz2
samba-f957aeaee64745148b815393b1fc1338104ed2e1.zip
Merge branch 'singletdb' into single
Diffstat (limited to 'source3/lib/tdb/python.mk')
-rw-r--r--source3/lib/tdb/python.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/lib/tdb/python.mk b/source3/lib/tdb/python.mk
deleted file mode 100644
index 12e8217df9..0000000000
--- a/source3/lib/tdb/python.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-[PYTHON::swig_tdb]
-LIBRARY_REALNAME = _tdb.$(SHLIBEXT)
-PUBLIC_DEPENDENCIES = LIBTDB DYNCONFIG
-
-swig_tdb_OBJ_FILES = $(tdbsrcdir)/tdb_wrap.o
-
-$(eval $(call python_py_module_template,tdb.py,$(tdbsrcdir)/tdb.py))
-
-$(swig_tdb_OBJ_FILES): CFLAGS+=$(CFLAG_NO_UNUSED_MACROS) $(CFLAG_NO_CAST_QUAL)
-