aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-23 04:18:18 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-23 04:18:18 +0000
commita3d8f21810523bc084c989ea73cda7f52642c843 (patch)
treeb46b44cc75656b8880027da94fd13925467e1286 /Makefile.nmake
parent8085ae57b16e59f621b84ded377656dff02f0931 (diff)
From Niklas Ogren
New Protocol: H.263 called and used by the RTP dissector svn path=/trunk/; revision=8211
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 c808e94766..79b48a13a5 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.324 2003/08/21 18:00:21 guy Exp $
+# $Id: Makefile.nmake,v 1.325 2003/08/23 04:18:17 sahlberg Exp $
include config.nmake
include <win32.mak>
@@ -160,6 +160,7 @@ DISSECTOR_SRC = \
packet-h225.c \
packet-h245.c \
packet-h261.c \
+ packet-h263.c \
packet-hclnfsd.c \
packet-hpext.c \
packet-hsrp.c \