aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-01-29 00:25:48 +0000
committerJoão Valverde <j@v6e.pt>2016-01-29 00:55:04 +0000
commit0450cfa50f7c43e873ee3fe96a437960510c696b (patch)
treeb9dc5e9c1ad7334d84a136bd27b6cfd93aef7785 /plugins
parentd9fa93150e40956f8635c38b20f0533b20bae0c6 (diff)
Try to fix 'make distcheck'
Change-Id: I1656ca8e86e506f39ef7f7600bd9d5a21670ad1e Reviewed-on: https://code.wireshark.org/review/13589 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mate/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/mate/Makefile.am b/plugins/mate/Makefile.am
index 8b38383e20..3214887c74 100644
--- a/plugins/mate/Makefile.am
+++ b/plugins/mate/Makefile.am
@@ -104,6 +104,9 @@ plugin.c: $(REGISTER_SRC_FILES) Makefile.common $(top_srcdir)/tools/make-dissect
#dist-hook:
# @rm -f $(distdir)/plugin.c
+BUILT_SOURCES = \
+ $(LEMON_GENERATED_HEADER_FILES)
+
CLEANFILES = \
mate \
*~
@@ -143,8 +146,6 @@ EXTRA_DIST = \
mate_parser_lex.h : mate_parser.c
-mate_parser.lo : mate_grammar.h
-
mate_grammar.h : mate_grammar.c
mate_grammar.c : mate_grammar.lemon mate.h mate_util.h $(LEMON)
$(AM_V_LEMON)$(LEMON) T=$(lemon_srcdir)/lempar.c $(srcdir)/mate_grammar.lemon || \