aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-13 02:10:25 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-13 02:10:25 +0000
commitc66241700a003681ae9dd6367b95f10751b615ed (patch)
tree0dad6b8feeb4683c2f7d3c7dc4d490d76a94ce5b /Makefile.nmake
parentc7ff72f53e0076de37c06187376283a5444fdc11 (diff)
From Yuriy Sidelnikov: ISO 8823 Presentation Protocol support.
svn path=/trunk/; revision=9649
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 2ab5ffc6e2..f4e6a27387 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.387 2004/01/12 08:55:38 guy Exp $
+# $Id: Makefile.nmake,v 1.388 2004/01/13 02:10:25 guy Exp $
include config.nmake
include <win32.mak>
@@ -304,6 +304,7 @@ DISSECTOR_SRC = \
packet-ppp.c \
packet-pppoe.c \
packet-pptp.c \
+ packet-pres.c \
packet-prism.c \
packet-q2931.c \
packet-q931.c \