aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-05-12 05:47:00 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-05-12 05:47:00 +0000
commitdbf648436acaf47edbdca653e7a03a83a555dd34 (patch)
tree399fb1779b5ccf53c9832735cc5c7040c676cd33 /Makefile.am
parent4ec50578de312c9aeba540d5aba330a65e740294 (diff)
Add a sample Makefile for regression testing by using tethereal.
svn path=/trunk/; revision=1947
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f77f80fd2d..9166eb349e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.196 2000/05/12 03:59:55 gram Exp $
+# $Id: Makefile.am,v 1.197 2000/05/12 05:46:47 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -467,6 +467,7 @@ EXTRA_DIST = \
doc/README.developer \
doc/Makefile.in \
doc/Makefile.am \
+ doc/README.regression \
doc/dfilter2pod.in \
doc/editcap.pod \
doc/ethereal.pod.template \