From 445f7f104cabc6d7c708d804411b956ec6a87f2c Mon Sep 17 00:00:00 2001 From: ptschip Date: Mon, 16 Nov 2015 16:40:12 -0800 Subject: [PATCH] Fix for Windows compile issue Change CPPFLAGS_FOR_BUILD path (by paveljanik) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f4121f1705f..7772a4e9d28 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,7 +75,7 @@ TESTS = tests endif if USE_ECMULT_STATIC_PRECOMPUTATION -CPPFLAGS_FOR_BUILD +=-I$(top_srcdir)/ +CPPFLAGS_FOR_BUILD +=-I$(top_srcdir) CFLAGS_FOR_BUILD += -Wall -Wextra -Wno-unused-function gen_context_OBJECTS = gen_context.o