diff options
author | Kirill Smelkov <kirr@mns.spb.ru> | 2009-10-21 21:18:54 +0400 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2009-10-29 10:14:33 +1030 |
commit | ecbe5ebd8d1c44a478c613eb1cace0521142d0d3 (patch) | |
tree | 21a22da45ba317ae4733bded90bcc93f47fae8db /lib | |
parent | 04161b44a035cb0330cecc06c2fd814c9c1211ff (diff) | |
download | samba-ecbe5ebd8d1c44a478c613eb1cace0521142d0d3.tar.gz samba-ecbe5ebd8d1c44a478c613eb1cace0521142d0d3.tar.xz 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.c | 2 | ||||
-rw-r--r-- | lib/tdb/rules.mk | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/lib/tdb/pytdb.c b/lib/tdb/pytdb.c index 159bc4dce5f..0d63391450b 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 73ab771c5c2..023e0ce5341 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)' |