summaryrefslogtreecommitdiff
path: root/src/parser/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/Makefile.am')
-rw-r--r--src/parser/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/parser/Makefile.am b/src/parser/Makefile.am
index 9ec8774f0..2b90da502 100644
--- a/src/parser/Makefile.am
+++ b/src/parser/Makefile.am
@@ -53,7 +53,8 @@ libcvc4parser_la_SOURCES = \
parser.cpp \
parser_builder.h \
parser_builder.cpp \
- parser_exception.h
+ parser_exception.h \
+ antlr_tracing.h
libcvc4parser_noinst_la_SOURCES = \
antlr_input.h \
@@ -71,5 +72,8 @@ libcvc4parser_noinst_la_SOURCES = \
parser.cpp \
parser_builder.h \
parser_builder.cpp \
- parser_exception.h
+ parser_exception.h \
+ antlr_tracing.h
+EXTRA_DIST = \
+ Makefile.antlr_tracing
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback