aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
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 /epan/dissectors
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 'epan/dissectors')
-rw-r--r--epan/dissectors/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am
index 996194367e..5c9407f553 100644
--- a/epan/dissectors/Makefile.am
+++ b/epan/dissectors/Makefile.am
@@ -1951,6 +1951,9 @@ CLEANFILES = \
$(GENERATED_HEADER_FILES) \
*~
+DISTCLEANFILES = \
+ register.c
+
MAINTAINERCLEANFILES = \
$(GENERATED_FILES) \
Makefile.in