From 3d38a38012c8c5d81b682ce5ada02a9d00c71656 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 19 May 2015 01:42:29 +0200 Subject: [PATCH] build: bump version in default nghttp2 paths --- docs/examples/Makefile.m32 | 2 +- lib/Makefile.m32 | 2 +- src/Makefile.m32 | 2 +- 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 = ..