aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-02-18 21:47:56 +0000
committerGuy Harris <guy@alum.mit.edu>2003-02-18 21:47:56 +0000
commit91b8a7567fddd11546d17abe23e8a3955fec8b8b (patch)
tree55c1e2298dd255df5f9d82fd2425fd55e56c59a3 /Makefile.nmake
parent84eb2dafeba8b65b0a5ece363dc04feb1f89d91b (diff)
From Brad Hards: initial rsync support.
svn path=/trunk/; revision=7171
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 ab5ccff851..6a2efc8e2a 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.279 2003/02/06 01:23:32 guy Exp $
+# $Id: Makefile.nmake,v 1.280 2003/02/18 21:47:56 guy Exp $
include config.nmake
include <win32.mak>
@@ -261,6 +261,7 @@ DISSECTOR_SRC = \
packet-rpl.c \
packet-rquota.c \
packet-rsh.c \
+ packet-rsync.c \
packet-rstat.c \
packet-rsvp.c \
packet-rtcp.c \