aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-01-16 04:37:54 +0000
committerGerald Combs <gerald@wireshark.org>2004-01-16 04:37:54 +0000
commitba6b321e6382f0f73545c139dd203975635583d2 (patch)
tree008c78e89fa6df288e5c7a18c830c12854d727ec /Makefile.nmake
parentbaa2cb115f23ac3583cef9e0a5d707ee1c88b015 (diff)
From Aaron Woo (via Jeff Weston): Optimized Link State Routing Protocol
(OLSR) support. svn path=/trunk/; revision=9673
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 626e697f60..dc98d42b97 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.389 2004/01/16 01:32:20 obiot Exp $
+# $Id: Makefile.nmake,v 1.390 2004/01/16 04:37:54 gerald Exp $
include config.nmake
include <win32.mak>
@@ -292,6 +292,7 @@ DISSECTOR_SRC = \
packet-ntlmssp.c \
packet-ntp.c \
packet-null.c \
+ packet-olsr.c \
packet-osi.c \
packet-osi-options.c \
packet-ospf.c \