summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKirill Smelkov <kirr@mns.spb.ru>2009-10-21 21:18:54 +0400
committerRusty Russell <rusty@rustcorp.com.au>2009-10-29 10:14:33 +1030
commitecbe5ebd8d1c44a478c613eb1cace0521142d0d3 (patch)
tree21a22da45ba317ae4733bded90bcc93f47fae8db /lib
parent04161b44a035cb0330cecc06c2fd814c9c1211ff (diff)
downloadsamba-ecbe5ebd8d1c44a478c613eb1cace0521142d0d3.tar.gz
samba-ecbe5ebd8d1c44a478c613eb1cace0521142d0d3.tar.bz2
samba-ecbe5ebd8d1c44a478c613eb1cace0521142d0d3.zip
tdb: kill last bits from swig
We no longer use swig for pytdb, so there is no need for swig make rules. Also pytdb.c header should be updated. Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'lib')
-rw-r--r--lib/tdb/pytdb.c2
-rw-r--r--lib/tdb/rules.mk5
2 files changed, 1 insertions, 6 deletions
diff --git a/lib/tdb/pytdb.c b/lib/tdb/pytdb.c
index 159bc4dce5..0d63391450 100644
--- a/lib/tdb/pytdb.c
+++ b/lib/tdb/pytdb.c
@@ -1,7 +1,7 @@
/*
Unix SMB/CIFS implementation.
- Swig interface to tdb.
+ Python interface to tdb.
Copyright (C) 2004-2006 Tim Potter <tpot@samba.org>
Copyright (C) 2007-2008 Jelmer Vernooij <jelmer@samba.org>
diff --git a/lib/tdb/rules.mk b/lib/tdb/rules.mk
index 73ab771c5c..023e0ce534 100644
--- a/lib/tdb/rules.mk
+++ b/lib/tdb/rules.mk
@@ -1,8 +1,3 @@
-.SUFFIXES: .i _wrap.c
-
-.i_wrap.c:
- $(SWIG) -O -Wall -python -keyword $<
-
showflags::
@echo 'tdb will be compiled with flags:'
@echo ' CFLAGS = $(CFLAGS)'