summaryrefslogtreecommitdiff
path: root/src/parser/smt2/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/smt2/Makefile.am')
-rw-r--r--src/parser/smt2/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/parser/smt2/Makefile.am b/src/parser/smt2/Makefile.am
index aabae5352..99ff0daba 100644
--- a/src/parser/smt2/Makefile.am
+++ b/src/parser/smt2/Makefile.am
@@ -25,13 +25,15 @@ ANTLR_STUFF = \
libparsersmt2_la_SOURCES = \
Smt2.g \
smt2.h \
- smt2.cpp \
+ smt2.cpp \
smt2_input.h \
smt2_input.cpp \
$(ANTLR_STUFF)
-BUILT_SOURCES = $(ANTLR_STUFF)
-dist-hook: $(ANTLR_STUFF)
+BUILT_SOURCES = $(ANTLR_STUFF) @srcdir@/stamp-generated
+
+EXTRA_DIST = @srcdir@/stamp-generated
+
MAINTAINERCLEANFILES = $(ANTLR_STUFF)
maintainer-clean-local:
-$(AM_V_at)rmdir @srcdir@/generated
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback