aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-11-20 16:18:08 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-11-20 16:18:08 +0000
commit95efc598a0def5906d547721fd881eb79d2b223b (patch)
tree221e7a659d00412059c721e47023c16a31fbbe55 /epan/Makefile.am
parenteab4d35141bd9f308cd4fb1d45ccf953c5c4f757 (diff)
Move tvbtest.c to EXTRA_DIST
svn path=/trunk/; revision=2679
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index b53a95d0fb..c97626b103 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -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 \