summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2014-04-10 19:15:46 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2014-04-16 07:38:52 +0100
commita3ad811cee7915d612561fd47e678fe5e214f39a (patch)
treed71b08ce74caa7bd161901b401bcf8aa503d9518 /configure.ac
parent0e0f65aeadb13f0ebd2d06eba04a04395ed2c06d (diff)
downloadswig-a3ad811cee7915d612561fd47e678fe5e214f39a.tar.gz
Makefile and autoconf file tidy up for Javascript
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 876940065..304e1215e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2634,7 +2634,6 @@ AC_DEFINE_UNQUOTED(SWIG_LIB_WIN_UNIX, ["$SWIG_LIB_WIN_UNIX"], [Directory for SWI
AC_CONFIG_FILES([
Makefile
swig.spec
- Source/Makefile
Examples/Makefile
Examples/xml/Makefile
Examples/test-suite/errors/Makefile
@@ -2644,7 +2643,6 @@ AC_CONFIG_FILES([
Examples/test-suite/guile/Makefile
Examples/test-suite/java/Makefile
Examples/test-suite/javascript/Makefile
- Tools/javascript/Makefile
Examples/test-suite/mzscheme/Makefile
Examples/test-suite/ocaml/Makefile
Examples/test-suite/octave/Makefile
@@ -2661,6 +2659,8 @@ AC_CONFIG_FILES([
Examples/test-suite/uffi/Makefile
Examples/test-suite/r/Makefile
Examples/test-suite/go/Makefile
+ Source/Makefile
+ Tools/javascript/Makefile
])
AC_CONFIG_FILES([preinst-swig], [chmod +x preinst-swig])
AC_CONFIG_FILES([CCache/ccache_swig_config.h])