summaryrefslogtreecommitdiff
path: root/src/expr/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/Makefile.am')
-rw-r--r--src/expr/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/expr/Makefile.am b/src/expr/Makefile.am
index 6ca68d35c..b8606e051 100644
--- a/src/expr/Makefile.am
+++ b/src/expr/Makefile.am
@@ -9,11 +9,16 @@ libexpr_la_SOURCES = \
attr_var_name.h \
node.h \
node_builder.h \
+ expr.h \
expr_value.h \
node_manager.h \
+ expr_manager.h \
node_attribute.h \
kind.h \
node.cpp \
node_builder.cpp \
node_manager.cpp \
- expr_value.cpp
+ expr_manager.cpp \
+ expr_value.cpp \
+ expr.cpp
+
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback