aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-02-23 22:45:24 +0000
committerGerald Combs <gerald@wireshark.org>2004-02-23 22:45:24 +0000
commit5de3a44126731eb7686eca522d99a26d1fedce2f (patch)
tree1a43fdef838e99e2ed8a3147106185e0daa31282 /Makefile.nmake
parent25510cf2095aac4448a3ebb495ff01baff957406 (diff)
MSVC doesn't like having header files in .c=.obj targets.
Fix dftest compiling under Windows. svn path=/trunk/; revision=10208
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 1b411a74d5..5859a8c545 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.406 2004/02/22 08:30:41 ulfl Exp $
+# $Id: Makefile.nmake,v 1.407 2004/02/23 22:45:24 gerald Exp $
include config.nmake
include <win32.mak>
@@ -74,8 +74,10 @@ dftest_LIBS= wiretap\wiretap-$(WTAP_VERSION).lib epan\ethereal.lib \
wsock32.lib user32.lib \
wiretap\wiretap-$(WTAP_VERSION).lib \
$(GLIB_LIBS) \
+ $(ADNS_LIBS) \
$(PCRE_LIBS) \
- $(ZLIB_LIBS)
+ $(ZLIB_LIBS) \
+ $(NET_SNMP_DIR)\win32\lib\netsnmp.lib
randpkt_LIBS= wiretap\wiretap-$(WTAP_VERSION).lib \
user32.lib \