aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/examples/Makefile.m322
-rw-r--r--lib/Makefile.m322
-rw-r--r--src/Makefile.m322
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples/Makefile.m32 b/docs/examples/Makefile.m32
index 1aa2e0018..2da5294ed 100644
--- a/docs/examples/Makefile.m32
+++ b/docs/examples/Makefile.m32
@@ -64,7 +64,7 @@ LDAP_SDK = c:/novell/ndk/cldapsdk/win32
endif
# Edit the path below to point to the base of your nghttp2 package.
ifndef NGHTTP2_PATH
-NGHTTP2_PATH = ../../../nghttp2-0.7.13
+NGHTTP2_PATH = ../../../nghttp2-1.0.0
endif
PROOT = ../..
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32
index 068947fae..ee47d6708 100644
--- a/lib/Makefile.m32
+++ b/lib/Makefile.m32
@@ -44,7 +44,7 @@ LDAP_SDK = c:/novell/ndk/cldapsdk/win32
endif
# Edit the path below to point to the base of your nghttp2 package.
ifndef NGHTTP2_PATH
-NGHTTP2_PATH = ../../nghttp2-0.7.13
+NGHTTP2_PATH = ../../nghttp2-1.0.0
endif
PROOT = ..
diff --git a/src/Makefile.m32 b/src/Makefile.m32
index c951ae9de..fc59f63e1 100644
--- a/src/Makefile.m32
+++ b/src/Makefile.m32
@@ -56,7 +56,7 @@ LDAP_SDK = c:/novell/ndk/cldapsdk/win32
endif
# Edit the path below to point to the base of your nghttp2 package.
ifndef NGHTTP2_PATH
-NGHTTP2_PATH = ../../nghttp2-0.7.13
+NGHTTP2_PATH = ../../nghttp2-1.0.0
endif
PROOT = ..