Move tvbtest.c to EXTRA_DIST

svn path=/trunk/; revision=2679
This commit is contained in:
Gilbert Ramirez 2000-11-20 16:18:08 +00:00
parent eab4d35141
commit 95efc598a0
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# Automake file for the EPAN library
# (Ethereal Protocol ANalyzer Library)
#
# $Id: Makefile.am,v 1.13 2000/11/15 09:37:51 guy Exp $
# $Id: Makefile.am,v 1.14 2000/11/20 16:18:08 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@ -66,7 +66,6 @@ libethereal_a_SOURCES = \
resolv.h \
strutil.c \
strutil.h \
tvbtest.c \
tvbuff.c \
tvbuff.h
@ -82,7 +81,8 @@ EXTRA_libethereal_a_SOURCES = \
EXTRA_DIST = \
config.h.win32 \
Makefile.nmake
Makefile.nmake \
tvbtest.c
CLEANFILES = \
libethereal.a \