summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMatthias Köppe <mkoeppe@mail.math.uni-magdeburg.de>2003-06-03 22:12:50 +0000
committerMatthias Köppe <mkoeppe@mail.math.uni-magdeburg.de>2003-06-03 22:12:50 +0000
commite5ac3696bc8a517c5e4131aceba11021ca7647e0 (patch)
treecdb89b30bd30fa5b95423048716967db643deb66 /Makefile.in
parent131f153f708c738cf70bb1e9ea81e22314ddf851 (diff)
downloadswig-e5ac3696bc8a517c5e4131aceba11021ca7647e0.tar.gz
Merged first chunk of Guile changes contributed by John Lenz.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4858 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 89fa903c0..fe0c42ed6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -39,6 +39,7 @@ skip-perl = test -n "@SKIP_PERL5@"
skip-python = test -n "@SKIP_PYTHON@"
skip-java = test -n "@SKIP_JAVA@"
skip-guile = test -n "@SKIP_GUILE@"
+skip-guilescm = test -n "@SKIP_GUILE@"
skip-mzscheme = test -n "@SKIP_MZSCHEME@"
skip-ruby = test -n "@SKIP_RUBY@"
skip-php4 = test -n "@SKIP_PHP4@"
@@ -116,6 +117,7 @@ check-test-suite: \
check-python-test-suite \
check-java-test-suite \
check-guile-test-suite \
+ check-guilescm-test-suite \
check-mzscheme-test-suite \
check-ruby-test-suite \
check-ocaml-test-suite \