summaryrefslogtreecommitdiff
path: root/plugins/profinet
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/profinet
parentb88cb666040672f7ae2e5efc385722a28a4c1e1f (diff)
downloadwireshark-581db4c2b82601a93023fb3ce214b4171d7e14d9.tar.gz
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/profinet')
-rw-r--r--plugins/profinet/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/profinet/Makefile.am b/plugins/profinet/Makefile.am
index b48d696bb5..f1befd5338 100644
--- a/plugins/profinet/Makefile.am
+++ b/plugins/profinet/Makefile.am
@@ -67,10 +67,12 @@ CLEANFILES = \
profinet \
*~
-MAINTAINERCLEANFILES = \
- Makefile.in \
+DISTCLEANFILES = \
plugin.c
+MAINTAINERCLEANFILES = \
+ Makefile.in
+
EXTRA_DIST = \
plugin.rc.in \
CMakeLists.txt