aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-02-22 23:40:28 +0000
committerGuy Harris <guy@alum.mit.edu>2004-02-22 23:40:28 +0000
commita21c329609af11b7269cbbdbdba81c872ba7ad8a (patch)
tree98334c0012514a930ff9caf5be29d36a272bf08e /Makefile.common
parent928e5e916b0af4df1fd23d984ef6a5eb3f5ca76f (diff)
TETHEREAL_TAP_SRC contains the names of source files for taps for
Tethereal. svn path=/trunk/; revision=10190
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index f8f4e37a09..926c02184a 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.20 2004/02/22 09:07:38 jmayer Exp $
+# $Id: Makefile.common,v 1.21 2004/02/22 23:40:28 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -729,7 +729,7 @@ ETHEREAL_COMMON_INCLUDES = \
timestats.h \
version_info.h
-# ???
+# sources for Tethereal taps
TETHEREAL_TAP_SRC = \
tap-ansi_astat.c \
tap-bootpstat.c \