aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
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.nmake
parentb2e832d9cacca07096a6c8f00d6667373a7bdf49 (diff)
Van Jacobson decompression support for PPP, from Irfan Khan.
svn path=/trunk/; revision=4427
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 1c43d83919..207e2fa22c 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.156 2001/12/19 19:16:10 guy Exp $
+# $Id: Makefile.nmake,v 1.157 2001/12/19 21:14:49 guy Exp $
include config.nmake
include <win32.mak>
@@ -224,6 +224,7 @@ DISSECTOR_SRC = \
packet-udp.c \
packet-v120.c \
packet-vines.c \
+ packet-vj.c \
packet-vlan.c \
packet-vrrp.c \
packet-vtp.c \