tdb: kill last bits from swig
authorKirill Smelkov <kirr@mns.spb.ru>
Wed, 21 Oct 2009 17:18:54 +0000 (21:18 +0400)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 28 Oct 2009 23:44:33 +0000 (10:14 +1030)
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>
lib/tdb/pytdb.c
lib/tdb/rules.mk

index 159bc4dce5fa367005d07c76dcec98fd0a41d902..0d63391450b0d63b30c58c7caf8dcdc7ed1d3db7 100644 (file)
@@ -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>
index 73ab771c5c2ef9ff2d2015279d52724e0e4118d2..023e0ce53416b3758263fd90c67824ba74448a87 100644 (file)
@@ -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)'