summaryrefslogtreecommitdiff
path: root/src/expr/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-04-11 05:55:37 +0000
committerMorgan Deters <mdeters@gmail.com>2011-04-11 05:55:37 +0000
commita2602bd3e3ee90d50cb433e01b029d1176b4cc18 (patch)
treefc8168fb358d819497bbe8db2bb482ace5e1ddff /src/expr/Makefile.am
parent969b144a5f9630d646afdf0ff0a053df38d0ed1a (diff)
fix "make dist" issues in makefiles
Diffstat (limited to 'src/expr/Makefile.am')
-rw-r--r--src/expr/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/expr/Makefile.am b/src/expr/Makefile.am
index 12e7f2ff0..1d7af717b 100644
--- a/src/expr/Makefile.am
+++ b/src/expr/Makefile.am
@@ -26,7 +26,8 @@ libexpr_la_SOURCES = \
declaration_scope.h \
declaration_scope.cpp \
expr_manager_scope.h \
- node_self_iterator.h
+ node_self_iterator.h \
+ expr_stream.h
nodist_libexpr_la_SOURCES = \
kind.h \
metakind.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback