summaryrefslogtreecommitdiff
path: root/Source/Makefile.am
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre.ledru@scilab-enterprises.com>2010-10-14 14:15:42 +0000
committerSylvestre Ledru <sylvestre.ledru@scilab-enterprises.com>2010-10-14 14:15:42 +0000
commit1842244c93fcf78e81b5daab80ba9d8efa521d21 (patch)
treebbf9d0b7bde3fdf802b137baa3010d3bfcc06f32 /Source/Makefile.am
parent64bb41657701e1ebb4196e59a8a846c19ec55c11 (diff)
parent2453aee4e7345c28df8baca801b1f1c69b9810b5 (diff)
downloadswig-1842244c93fcf78e81b5daab80ba9d8efa521d21.tar.gz
Merge from trunk
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12270 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Source/Makefile.am')
-rw-r--r--Source/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Makefile.am b/Source/Makefile.am
index d0730f79c..c20670862 100644
--- a/Source/Makefile.am
+++ b/Source/Makefile.am
@@ -44,6 +44,7 @@ eswig_SOURCES = CParse/cscanner.c \
Modules/csharp.cxx \
Modules/directors.cxx \
Modules/emit.cxx \
+ Modules/go.cxx \
Modules/guile.cxx \
Modules/java.cxx \
Modules/lang.cxx \
@@ -115,7 +116,7 @@ distclean-local:
# swig executable as a way of checking before and after the 'beautifying'.
# Single files can be beautified with the beautify-file target, eg: 'make beautify-file INDENTFILE=chosenfile.c'
-SWIGTYPEDEFS=-T File -T DohObjInfo -T Parm -T Language -T List -T Typetab -T ModuleFactory -T ErrorMessageFormat -T Symtab -T Hash -T String -T DohBase -T Node -T String_or_char -T SwigType -T Dispatcher -T Wrapper -T DohStringMethods -T DohFileMethods -T DohListMethods -T DohHashMethods -T DOH -T DohIterator -T ParmList -T FILE -T HashNode -T DOHString_or_char
+SWIGTYPEDEFS=-T bool -T File -T DohObjInfo -T Parm -T Language -T List -T Typetab -T ModuleFactory -T ErrorMessageFormat -T Symtab -T Hash -T String -T DohBase -T Node -T String_or_char -T SwigType -T Dispatcher -T Wrapper -T DohStringMethods -T DohFileMethods -T DohListMethods -T DohHashMethods -T DOH -T DohIterator -T ParmList -T FILE -T HashNode -T DOHString_or_char
INDENTBAKSDIR=../IndentBaks
beautify: