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/profinet/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'plugins/profinet') 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 -- cgit v1.2.1