From 581db4c2b82601a93023fb3ce214b4171d7e14d9 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 16 Apr 2017 01:23:16 -0700 Subject: Get rid of some generated files with "make distclean". register.c, and the plugin.c for various plugins, are generated by tools that must be available to do a build, and aren't distributed as part of the source tarball. That means "make distclean" should remove them. Do so. Change-Id: I9e37abdafb50234cf1ebb5fb828446e45e605d78 Reviewed-on: https://code.wireshark.org/review/21125 Reviewed-by: Guy Harris --- plugins/mate/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/mate') diff --git a/plugins/mate/Makefile.am b/plugins/mate/Makefile.am index a3fa4c6042..c791e4e703 100644 --- a/plugins/mate/Makefile.am +++ b/plugins/mate/Makefile.am @@ -98,13 +98,13 @@ CLEANFILES = \ DISTCLEANFILES = \ mate_grammar.out \ $(NODIST_SRC_FILES) \ - $(NODIST_HEADER_FILES) + $(NODIST_HEADER_FILES) \ + plugin.c MAINTAINERCLEANFILES = \ Makefile.in \ $(GENERATED_SRC_FILES) \ - $(GENERATED_HEADER_FILES) \ - plugin.c + $(GENERATED_HEADER_FILES) EXTRA_DIST = \ mate_grammar.lemon \ -- cgit v1.2.1