summaryrefslogtreecommitdiff
path: root/Source/Makefile.am
diff options
context:
space:
mode:
authorOliver Buchtala <oliver.buchtala@googlemail.com>2012-09-08 00:57:57 +0000
committerOliver Buchtala <oliver.buchtala@googlemail.com>2012-09-08 00:57:57 +0000
commitb39e2bfff0c1082c31149079075faa0999059953 (patch)
treed1593524b405db35893abbbbd4b22a90f526ff83 /Source/Makefile.am
parent35e6b73d2acbcc010bd239a83fbf16cecefe7b70 (diff)
downloadswig-b39e2bfff0c1082c31149079075faa0999059953.tar.gz
Refactor JSC emitter to reduce global state variables.
Also meld v8 emitter into javascript.cxx (provisional). git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/oliverb-javascript-v8@13766 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Source/Makefile.am')
-rw-r--r--Source/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Makefile.am b/Source/Makefile.am
index 420fd6d3f..9cd55c7dc 100644
--- a/Source/Makefile.am
+++ b/Source/Makefile.am
@@ -50,7 +50,6 @@ eswig_SOURCES = CParse/cscanner.c \
Modules/java.cxx \
Modules/lang.cxx \
Modules/javascript.cxx \
- Modules/javascript_v8.cxx \
Modules/lua.cxx \
Modules/main.cxx \
Modules/modula3.cxx \