aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-04-16 01:23:16 -0700
committerGuy Harris <guy@alum.mit.edu>2017-04-16 08:24:01 +0000
commit581db4c2b82601a93023fb3ce214b4171d7e14d9 (patch)
treeea19f613b0d1e68dde81be3938c25557ee1da9ef /plugins/mate
parentb88cb666040672f7ae2e5efc385722a28a4c1e1f (diff)
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 <guy@alum.mit.edu>
Diffstat (limited to 'plugins/mate')
-rw-r--r--plugins/mate/Makefile.am6
1 files changed, 3 insertions, 3 deletions
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 \