From 39ea1784e37d5e048e144ab64883a60c409ebe19 Mon Sep 17 00:00:00 2001 From: Romain Chantereay Date: Wed, 16 Feb 2005 17:59:34 +0000 Subject: [PATCH] Put swig sub directory before bindings directories. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4f1b420a..03a9b50a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,9 +15,9 @@ if PERL_ENABLED endif SUBDIRS = lasso \ + swig \ $(PHP_SD) $(PYTHON_SD) $(JAVA_SD) $(CSHARP_SD) $(PERL_SD) \ tests \ - swig \ win32 \ docs