aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-09-03 22:26:38 +0000
committerGuy Harris <guy@alum.mit.edu>2003-09-03 22:26:38 +0000
commitea4ff6a74900f5ee2888a70d36681028694e98c2 (patch)
treeea8a77ab192307bd15b367a555a332153b112ae8 /Makefile.nmake
parentafd3103ba2ea83d52aedf1f3af32a45eb9e0ffc7 (diff)
From Josef Korelus <jkor [AT] quick.cz>: GPRS Network
Service-over-Frame-Relay support, including preference for Frame Relay to select FRF 3.2/Cisco HDLC encapsulation or encapsulation of GPRS NS PDUs. svn path=/trunk/; revision=8362
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 cfe7647d10..b07314714e 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.333 2003/09/03 06:38:15 guy Exp $
+# $Id: Makefile.nmake,v 1.334 2003/09/03 22:26:37 guy Exp $
include config.nmake
include <win32.mak>
@@ -153,6 +153,7 @@ DISSECTOR_SRC = \
packet-giop.c \
packet-gmrp.c \
packet-gnutella.c \
+ packet-gprs-ns.c \
packet-gre.c \
packet-gssapi.c \
packet-gtp.c \