aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-10-15 18:30:05 +0000
committerGerald Combs <gerald@wireshark.org>2004-10-15 18:30:05 +0000
commit6c2fcd2c9221109c5ba4ec39b6c0a69e93861b33 (patch)
tree7716ccd7456da95e785b9b8f2ae00f492be3f393 /config.nmake
parentfee16ab37752a5516a4e7b27772dff47524f27c7 (diff)
Updates to reflect revision 4 of ethereal-win32-libs.
svn path=/trunk/; revision=12305
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake
index 0be84fd336..af7d783709 100644
--- a/config.nmake
+++ b/config.nmake
@@ -101,7 +101,7 @@ PCAP_DIR=$(ETHEREAL_LIBS)\WPdpack
# Set NET_SNMP_DIR to the pathname of the directory in which the
# Net-SNMP include files and library resides.
#
-NET_SNMP_DIR=$(ETHEREAL_LIBS)\net-snmp-5.1
+NET_SNMP_DIR=$(ETHEREAL_LIBS)\net-snmp-5.1.2
#
# If you have GNU ADNS, set this to the pathname of the directory in
@@ -110,7 +110,7 @@ NET_SNMP_DIR=$(ETHEREAL_LIBS)\net-snmp-5.1
# If you don't have GNU ADNS, comment this line out, so that ADNS_DIR
# isn't defined.
#
-ADNS_DIR=$(ETHEREAL_LIBS)\adns-1.0-win32-03
+ADNS_DIR=$(ETHEREAL_LIBS)\adns-1.0-win32-04
#
# If you have the PCRE (Perl Compatible Regular Expressions) library,