From e0672ae29bcd345bdf0fec96844f658ffd941039 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 19 Dec 2008 01:24:00 +0000 Subject: Remove swig support from standalone ldb build. --- source4/lib/ldb/rules.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source4/lib/ldb/rules.mk') diff --git a/source4/lib/ldb/rules.mk b/source4/lib/ldb/rules.mk index ff5dc02742..639271b76d 100644 --- a/source4/lib/ldb/rules.mk +++ b/source4/lib/ldb/rules.mk @@ -4,11 +4,6 @@ etags: ctags: ctags `find $(srcdir) -name "*.[ch]"` -.SUFFIXES: _wrap.c .i - -.i_wrap.c: - [ "$(SWIG)" = "no" ] || $(SWIG) -O -Wall -python -keyword $< - .SUFFIXES: .1 .1.xml .3 .3.xml .xml .html .c .o .c.o: -- cgit