From 3f95bb148571f98d992b8e898a2773aefb7c3582 Mon Sep 17 00:00:00 2001 From: Kirill Smelkov Date: Wed, 21 Oct 2009 21:18:54 +0400 Subject: [PATCH] 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 (cherry picked from commit ecbe5ebd8d1c44a478c613eb1cace0521142d0d3) Signed-off-by: Stefan Metzmacher (cherry picked from commit 4177155348900c10de3fe2c5799ed4cdc11f282c) --- lib/tdb/pytdb.c | 2 +- lib/tdb/rules.mk | 5 ----- 2 files changed, 1 insertion(+), 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 Copyright (C) 2007-2008 Jelmer Vernooij 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)' -- 2.11.4.GIT