summaryrefslogtreecommitdiff
path: root/src/expr/Makefile.am
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-02-06 03:06:07 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-02-06 03:06:07 +0000
commitc991b73b95734fb306badeafb5f387623c7fb790 (patch)
treeb26b5acf84d3097ada23e0680a0388259304866e /src/expr/Makefile.am
parent7554158b42c89fcadedd019c360df30e152ef85e (diff)
Preliminary support for types in parser
Diffstat (limited to 'src/expr/Makefile.am')
-rw-r--r--src/expr/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expr/Makefile.am b/src/expr/Makefile.am
index 3212fc0a0..90ec89968 100644
--- a/src/expr/Makefile.am
+++ b/src/expr/Makefile.am
@@ -11,6 +11,7 @@ libexpr_la_SOURCES = \
node.h \
node_builder.h \
expr.h \
+ type.h \
node_value.h \
node_manager.h \
expr_manager.h \
@@ -22,6 +23,7 @@ libexpr_la_SOURCES = \
expr_manager.cpp \
node_value.cpp \
expr.cpp \
+ type.cpp \
command.h \
command.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback