aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-02-06 01:23:32 +0000
committerGuy Harris <guy@alum.mit.edu>2003-02-06 01:23:32 +0000
commitd48ec06a6a47c739b63db70d2581f9c73ae3ced2 (patch)
tree962ac7323136efb174a0b1f2ad26e5ae7f2638cc /Makefile.nmake
parent1576681f2869c2107b9684ba6e607cd62887b02a (diff)
From Olivier Biot: WBXML/WMLC support.
svn path=/trunk/; revision=7084
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 2379d7f2e9..ab5ccff851 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.278 2003/02/04 20:16:57 guy Exp $
+# $Id: Makefile.nmake,v 1.279 2003/02/06 01:23:32 guy Exp $
include config.nmake
include <win32.mak>
@@ -324,6 +324,7 @@ DISSECTOR_SRC = \
packet-vrrp.c \
packet-vtp.c \
packet-wap.c \
+ packet-wbxml.c \
packet-wccp.c \
packet-wcp.c \
packet-wfleet-hdlc.c \