aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-29 09:45:58 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-29 09:45:58 +0000
commita66d50bbf201d5992e364c27446b71d935158f52 (patch)
treeaee45c0a61eaedb10e87afe5ffa3f90d2f08d731 /Makefile.nmake
parentd5df5579236136b73890f72e881999d487acab37 (diff)
Untested support for AiroPeek captures.
svn path=/trunk/; revision=4619
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 ab82296a1d..cc8a456e9c 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.166 2002/01/29 08:44:46 guy Exp $
+# $Id: Makefile.nmake,v 1.167 2002/01/29 09:45:55 guy Exp $
include config.nmake
include <win32.mak>
@@ -26,6 +26,7 @@ DISSECTOR_SRC = \
packet-aarp.c \
packet-afs.c \
packet-aim.c \
+ packet-airopeek.c \
packet-arp.c \
packet-ascend.c\
packet-atalk.c \