aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-19 21:14:49 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-19 21:14:49 +0000
commit3624071a7987d35d2fc80e8b56122df0b913574e (patch)
treef0190badc5de82e19f5f2cc644d1709724806240 /Makefile.am
parentb2e832d9cacca07096a6c8f00d6667373a7bdf49 (diff)
Van Jacobson decompression support for PPP, from Irfan Khan.
svn path=/trunk/; revision=4427
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 e62f866068..fb9f9a7a1b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.398 2001/12/16 22:30:09 guy Exp $
+# $Id: Makefile.am,v 1.399 2001/12/19 21:14:49 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -273,6 +273,7 @@ DISSECTOR_SRC = \
packet-udp.c \
packet-v120.c \
packet-vines.c \
+ packet-vj.c \
packet-vlan.c \
packet-vrrp.c \
packet-vtp.c \