From 641a6af75a8e0befddc5414065042bd71c9a97ad Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 25 Jan 2010 23:47:46 +0000 Subject: Bindings: remove all SWIG bindings and SWIG related files --- Makefile.am | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e7b33d8e..d766fd37 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,17 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 -if PHP4_ENABLED - PHP4_SD = php -endif -if CSHARP_ENABLED - CSHARP_SD = csharp -endif -if PERL_ENABLED - PERL_SD = perl -endif SUBDIRS = lasso \ - swig \ - $(PHP4_SD) $(PERL_SD) \ tests \ win32 \ bindings \ -- cgit