aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-03-01 00:09:03 +0000
committerGuy Harris <guy@alum.mit.edu>2003-03-01 00:09:03 +0000
commite59e9b9bab3a28ea78a58fff8be2df165f8b25b7 (patch)
treecc3a5793d992ae7b820fd30986a8a58fe32aefd6 /Makefile.nmake
parent16db97a28cec8a3fab9e35589d2f34f4e5488ac7 (diff)
Yahoo Messenger YMSG protocol support, from Wayne Parrott.
Pull "packet-yhoo.h" into "packet-yhoo.c". svn path=/trunk/; revision=7226
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 5471c769e3..3619147809 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.282 2003/02/27 02:45:42 guy Exp $
+# $Id: Makefile.nmake,v 1.283 2003/03/01 00:09:00 guy Exp $
include config.nmake
include <win32.mak>
@@ -342,6 +342,7 @@ DISSECTOR_SRC = \
packet-xot.c \
packet-xyplex.c \
packet-yhoo.c \
+ packet-ymsg.c \
packet-ypbind.c \
packet-yppasswd.c \
packet-ypserv.c \