summaryrefslogtreecommitdiff
path: root/src/expr/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-11-06 16:58:16 -0500
committerTianyi Liang <tianyi-liang@uiowa.edu>2013-11-10 18:47:35 -0600
commit726603e0e5a5482cf98538079790747e43313276 (patch)
tree12e41e99a21a16cf9cff7374a84d9a6527f03c8b /src/expr/Makefile.am
parent6c6f44c32a6bb957c1e82ae75fbf62db2e286595 (diff)
Flatten libcvc4 build structure; remove some #include interdependences
Diffstat (limited to 'src/expr/Makefile.am')
-rw-r--r--src/expr/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/expr/Makefile.am b/src/expr/Makefile.am
index bf52da184..16ee454c8 100644
--- a/src/expr/Makefile.am
+++ b/src/expr/Makefile.am
@@ -15,13 +15,14 @@ libexpr_la_SOURCES = \
type.h \
type.cpp \
node_value.h \
+ node_value.cpp \
node_manager.h \
+ node_manager.cpp \
+ node_manager_attributes.h \
type_checker.h \
attribute.h \
attribute_internals.h \
attribute.cpp \
- node_manager.cpp \
- node_value.cpp \
command.h \
command.cpp \
symbol_table.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback