From ecbe5ebd8d1c44a478c613eb1cace0521142d0d3 Mon Sep 17 00:00:00 2001 From: Kirill Smelkov Date: Wed, 21 Oct 2009 21:18:54 +0400 Subject: 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 Signed-off-by: Rusty Russell --- lib/tdb/pytdb.c | 2 +- lib/tdb/rules.mk | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'lib') 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 Copyright (C) 2007-2008 Jelmer Vernooij 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)' -- cgit