Arrange that "make maintainer-clean" get rid of "register.c",

"register-static.c", and "ps.c", to make a really clean start.

svn path=/trunk/; revision=7207
This commit is contained in:
Guy Harris 2003-02-27 02:28:37 +00:00
parent 55195b959e
commit dd4aa69e83
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
# $Id: Makefile.am,v 1.557 2003/02/27 02:07:43 guy Exp $
# $Id: Makefile.am,v 1.558 2003/02/27 02:28:37 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@ -1025,6 +1025,11 @@ DISTCLEANFILES = \
rdps \
*~
MAINTAINERCLEANFILES = \
register.c \
register-static.c \
ps.c
EXTRA_DIST = \
Ethereal.desktop \
FAQ \