aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-05-22 07:21:12 +0000
committerGuy Harris <guy@alum.mit.edu>2007-05-22 07:21:12 +0000
commit6ea3d47e776871efd168b93ada2b6bcdad7a789e (patch)
tree5cc96a53122ae73aa23fc6990a1bb570647c8c70 /plugins/mate/Makefile.am
parent9f69a4eae202448a46725f598e047a558cc049ab (diff)
"make maintainer-clean" cleans up everything that "make distclean" does;
there's no need for files in DISTCLEANFILES to be in MAINTAINERCLEANFILES as well. In epan, split the generated source files into those that should be cleaned by "make distclean" and those that shouldn't, and have DISTCLEANFILES include only the ones that should be cleaned by "make distclean" and have MAINTAINERCLEANFILES include the ones that shouldn't be cleaned by "make distclean". This should fix bug 1595. The generated source files don't need to be in EXTRA_DIST. Use LIBWIRESHARK_DISTCLEAN_GENERATED_SRC and LIBWIRESHARK_NODISTCLEAN_GENERATED_SRC in epan/Makefile.nmake. svn path=/trunk/; revision=21882
Diffstat (limited to 'plugins/mate/Makefile.am')
-rw-r--r--plugins/mate/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/mate/Makefile.am b/plugins/mate/Makefile.am
index 24673037db..3cf46d1fb6 100644
--- a/plugins/mate/Makefile.am
+++ b/plugins/mate/Makefile.am
@@ -119,9 +119,6 @@ DISTCLEANFILES = \
MAINTAINERCLEANFILES = \
Makefile.in \
- mate_grammar.c \
- mate_grammar.h \
- mate_grammar.out \
mate_parser.c \
plugin.c