From e5ac3696bc8a517c5e4131aceba11021ca7647e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6ppe?= Date: Tue, 3 Jun 2003 22:12:50 +0000 Subject: 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 --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.in') 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 \ -- cgit v1.2.1