Add cvsversion.h, x11-declarations.h, and x11-register-info.h to

CLEANFILES so that "make distcheck" will work.

svn path=/trunk/; revision=10364
This commit is contained in:
Gerald Combs 2004-03-12 16:31:35 +00:00
parent c8039f349e
commit 3fe295ffd9
2 changed files with 8 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
# $Id: Makefile.am,v 1.718 2004/03/04 08:26:20 jmayer Exp $
# $Id: Makefile.am,v 1.719 2004/03/12 16:31:34 gerald Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@ -352,6 +352,7 @@ dftest_LDADD = \
dftest_LDFLAGS = -export-dynamic
CLEANFILES = \
cvsversion.h \
@rdps_bin@ \
idl2eth

View File

@ -2,7 +2,7 @@
# Automake file for the EPAN library
# (Ethereal Protocol ANalyzer Library)
#
# $Id: Makefile.am,v 1.38 2004/03/06 03:25:10 guy Exp $
# $Id: Makefile.am,v 1.39 2004/03/12 16:31:35 gerald Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@ -101,12 +101,14 @@ EXTRA_libethereal_a_SOURCES = \
inet_v6defs.h
EXTRA_DIST = \
config.h.win32 \
Makefile.nmake \
config.h.win32 \
Makefile.nmake \
tvbtest.c
CLEANFILES = \
libethereal.a \
libethereal.a \
x11-declarations.h \
x11-register-info.h \
*~
MAINTAINERCLEANFILES = \