aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-08-21 18:00:22 +0000
committerGuy Harris <guy@alum.mit.edu>2003-08-21 18:00:22 +0000
commitf695468fa2ca54a888d11bf61865f74d9c444cc8 (patch)
tree6ef2bdf14707bf5b555ec957d4a5311c73a3fede /Makefile.nmake
parent1208c206f7f555ac875ed8a55c57091fc1651bc9 (diff)
From Tomas Kukosa: allow subdissectors to be registered for
NonStandardParameter data in the H.245 dissector. svn path=/trunk/; revision=8206
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 408af0ffa4..c808e94766 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.323 2003/08/17 00:54:24 guy Exp $
+# $Id: Makefile.nmake,v 1.324 2003/08/21 18:00:21 guy Exp $
include config.nmake
include <win32.mak>
@@ -393,6 +393,7 @@ TETHEREAL_TAP_SRC = \
TETHEREAL_TAP_OBJECTS = $(TETHEREAL_TAP_SRC:.c=.obj)
ETHEREAL_COMMON_OBJECTS = \
+ adler32.obj \
afn.obj \
asn1.obj \
capture_stop_conditions.obj \