aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-08 09:44:42 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-08 09:44:42 +0000
commitb2c46086c3474a945f7f4c112c8c5979fb63e4a5 (patch)
treee162e25d554e8915d47b943f581d1f50dd5ed554 /Makefile.nmake
parent939b3c8e0a7252a7514d4c324e1d6cc90a1a84e8 (diff)
Use WTAP_ENCAP_IEEE_802_11_WITH_RADIO for AiroPeek files, rather than
having a special encapsulation type for AiroPeek files. svn path=/trunk/; revision=5123
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 35b98b6b04..b4aec44aec 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.175 2002/03/16 02:25:48 guy Exp $
+# $Id: Makefile.nmake,v 1.176 2002/04/08 09:44:40 guy Exp $
include config.nmake
include <win32.mak>
@@ -26,7 +26,6 @@ DISSECTOR_SRC = \
packet-aarp.c \
packet-afs.c \
packet-aim.c \
- packet-airopeek.c \
packet-arp.c \
packet-ascend.c\
packet-atalk.c \