summaryrefslogtreecommitdiff
path: root/src/expr/Makefile.am
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-04-13 22:50:07 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-04-13 22:50:07 +0000
commit12a8a7f9a90e45e8313f26af527a52e6dda943d3 (patch)
tree3ea9f198ee002e3f27af1fedcadd3fd318e8df2c /src/expr/Makefile.am
parente6d5046baca8b490e2ef93631216fe34e08d6aaa (diff)
Merging from branches/decl-scopes (r401:411)
Diffstat (limited to 'src/expr/Makefile.am')
-rw-r--r--src/expr/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/expr/Makefile.am b/src/expr/Makefile.am
index 1f5e403cc..67970d453 100644
--- a/src/expr/Makefile.am
+++ b/src/expr/Makefile.am
@@ -24,7 +24,10 @@ libexpr_la_SOURCES = \
@srcdir@/expr.cpp \
type.cpp \
command.h \
- command.cpp
+ command.cpp \
+ declaration_scope.h \
+ declaration_scope.cpp
+
EXTRA_DIST = \
@srcdir@/kind.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback