summaryrefslogtreecommitdiff
path: root/src/expr/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-10-07 21:42:51 +0000
committerMorgan Deters <mdeters@gmail.com>2010-10-07 21:42:51 +0000
commit557e6c09dcc9068e848796772bc775542f4fc599 (patch)
treef20e6c9b1b6c7312e99ecc89d8a4d45bd64642aa /src/expr/Makefile.am
parentf7668d89c65b66a8aa5b17a19f56831d48878298 (diff)
NodeSelfIterator implementation and unit test (resolves bug #204); also fix ParserBlack unit test initialization
Diffstat (limited to 'src/expr/Makefile.am')
-rw-r--r--src/expr/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/Makefile.am b/src/expr/Makefile.am
index 50ce4141e..d2b9197cb 100644
--- a/src/expr/Makefile.am
+++ b/src/expr/Makefile.am
@@ -27,7 +27,7 @@ libexpr_la_SOURCES = \
declaration_scope.h \
declaration_scope.cpp \
expr_manager_scope.h \
- sort.h
+ node_self_iterator.h
nodist_libexpr_la_SOURCES = \
kind.h \
metakind.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback