summaryrefslogtreecommitdiff
path: root/src/expr/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-09-20 14:58:30 +0000
committerMorgan Deters <mdeters@gmail.com>2011-09-20 14:58:30 +0000
commitc241cf3bef737a58162868d51a2c773c5af5abbf (patch)
tree741fac2402e78a85bdc42e3b47ee23d7c10db9f8 /src/expr/Makefile.am
parentf1c1cc7c3de0d4a5f310357a249cef82f73c588c (diff)
Merge from "swig" branch: language binding for Java is compiling and linking. Enable with --enable-language-bindings=java
Diffstat (limited to 'src/expr/Makefile.am')
-rw-r--r--src/expr/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/expr/Makefile.am b/src/expr/Makefile.am
index 738604f90..03de15706 100644
--- a/src/expr/Makefile.am
+++ b/src/expr/Makefile.am
@@ -52,7 +52,13 @@ EXTRA_DIST = \
type_checker_template.cpp \
mkkind \
mkmetakind \
- mkexpr
+ mkexpr \
+ expr_manager.i \
+ declaration_scope.i \
+ command.i \
+ type.i \
+ kind.i \
+ expr.i
BUILT_SOURCES = \
kind.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback