aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorUwe Girlich <Uwe.Girlich@philosys.de>2001-11-06 13:43:44 +0000
committerUwe Girlich <Uwe.Girlich@philosys.de>2001-11-06 13:43:44 +0000
commit67db3adfca92ae08163d044de1482a3d4c971fe0 (patch)
treef9d9f1a969cb5ee0ddca34630fb2578d8d330336 /Makefile.nmake
parent0f36473f0950bb9dbf27c0011be4a061483245a8 (diff)
PCNFSD dissector file packet-pcnfsd.c added to source list
svn path=/trunk/; revision=4167
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 8675f4f32d..7e9915aa13 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.136 2001/11/04 22:19:22 guy Exp $
+# $Id: Makefile.nmake,v 1.137 2001/11/06 13:43:44 girlich Exp $
include config.nmake
include <win32.mak>
@@ -142,6 +142,7 @@ DISSECTOR_SRC = \
packet-osi.c \
packet-osi-options.c \
packet-ospf.c \
+ packet-pcnfsd.c \
packet-pgm.c \
packet-pim.c \
packet-pop.c \