aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-01-25 18:52:33 +0000
committerGerald Combs <gerald@wireshark.org>2004-01-25 18:52:33 +0000
commitd69016e5525624c1544d6359fe9a8c19b87887c5 (patch)
tree5a5fd1856fd5959816ac4a9ee6250f57f95c5c12 /plugins
parentc890e29a996b2296a55df866e43a4bb78c4e1e7c (diff)
Delete generated files during distclean instead of maintainerclean, so
that we pass distcheck. svn path=/trunk/; revision=9850
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index b2f234e4db..0fdb844304 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.28 2003/12/29 21:39:10 jmayer Exp $
+# $Id: Makefile.am,v 1.29 2004/01/25 18:52:33 gerald Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -54,7 +54,7 @@ EXTRA_DIST = \
Xplugin_api_decls.h \
Xplugin_table.h
-MAINTAINERCLEANFILES = \
+DISTCLEANFILES = \
Xass-list \
Xplugin_api.c \
Xplugin_api.h \