From 28f80dbb7cc7daeb6d285dd26d3ef32a42af93ca Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 20 Dec 2008 19:54:13 +0100 Subject: Stop using SWIG for ldb Python bindings. --- lib/tevent/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/tevent/Makefile.in') diff --git a/lib/tevent/Makefile.in b/lib/tevent/Makefile.in index 9765d35720..811cc16f68 100644 --- a/lib/tevent/Makefile.in +++ b/lib/tevent/Makefile.in @@ -22,7 +22,6 @@ SHLD_FLAGS = @SHLD_FLAGS@ PACKAGE_VERSION = @PACKAGE_VERSION@ PICFLAG = @PICFLAG@ SHLIBEXT = @SHLIBEXT@ -SWIG = swig PYTHON = @PYTHON@ PYTHON_CONFIG = @PYTHON_CONFIG@ PYTHON_BUILD_TARGET = @PYTHON_BUILD_TARGET@ -- cgit