From 0db56e1512f7ff4d61b47f61aaeef1c1d0070e64 Mon Sep 17 00:00:00 2001 From: Alfons Hoogervorst Date: Sun, 8 Jul 2001 19:35:09 +0000 Subject: [PATCH] added generated matcher sources to src/Makefile.am --- ChangeLog.claws | 5 +++++ src/Makefile.am | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index f19c7c115..c321ef520 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,8 @@ +2001-07-08 [alfons] + + * src/Makefile.am + added generated matcher sources to BUILT_SOURCES + 2001-07-08 [hoa] * src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 6ce409889..2ac122a6a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -174,7 +174,12 @@ CPPFLAGS = \ YFLAGS = -d + BUILT_SOURCES = \ quote_fmt_lex.c \ quote_fmt_parse.c \ - quote_fmt_parse.h + quote_fmt_parse.h \ + matcher_parser_lex.c \ + matcher_parser_parse.c \ + matcher_parser_parse.h + -- 2.25.1