summaryrefslogtreecommitdiff
path: root/src/expr/Makefile.am
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2009-12-11 04:00:14 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2009-12-11 04:00:14 +0000
commitd26cd7a159bb56f492e21b7536f68abf821ca02a (patch)
tree3f601cae6490a8bfb4dc7dcdcc5c9b4dd1a75711 /src/expr/Makefile.am
parent82faddb718aaae5f52001e09d0754a3d254e2285 (diff)
Extracted the public Expr and ExprManager interface to encapsulate the optimized expressions and the internal expression manager.
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