From 39aaad5ad8b235558c28ed7eb1f28f4b4955c9fc Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 11 Feb 2014 23:41:25 +0900 Subject: [PATCH] Fix out-of-tree build for python --- python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Makefile.am b/python/Makefile.am index 53e139fa..56a1328f 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -37,7 +37,7 @@ nghttp2_la_CPPFLAGS = \ $(PYTHON_CPPFLAGS) \ -fno-strict-aliasing \ -I$(top_srcdir)/lib/includes \ - -I$(build_srcdir)/lib/includes \ + -I$(top_builddir)/lib/includes \ -I$(top_srcdir)/lib nghttp2_la_LDFLAGS = \ $(PYTHON_LDFLAGS) \