aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorOlivier Biot <obiot.ethereal@gmail.com>2003-12-24 02:06:26 +0000
committerOlivier Biot <obiot.ethereal@gmail.com>2003-12-24 02:06:26 +0000
commit83b4a6158f615bfa4cf2370019506e285cfe03a4 (patch)
tree9891c5861cada6cc3a44d68955d13c97486ba686 /Makefile.nmake
parentf941ab7b7dbb3f00543670ace78ce64f3efac551 (diff)
Add support for GIF image dissection.
NOTE: I propose to use packet-MIME-TREE for future media types that will be added to Ethereal (E.g., packet-image-png.c). svn path=/trunk/; revision=9437
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 b803b1e5ba..2ee17350a0 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.378 2003/12/23 02:29:11 guy Exp $
+# $Id: Makefile.nmake,v 1.379 2003/12/24 02:06:26 obiot Exp $
include config.nmake
include <win32.mak>
@@ -206,6 +206,7 @@ DISSECTOR_SRC = \
packet-igap.c \
packet-igmp.c \
packet-igrp.c \
+ packet-image-gif.c \
packet-imap.c \
packet-ip.c \
packet-ipfc.c \