Skip to content

Commit

Permalink
Fixes 'CPPFLAGS_FOR_BUILD must be set' error when using newer autotoo…
Browse files Browse the repository at this point in the history
…ls versions

Closes: #2
  • Loading branch information
bedeabza committed Oct 15, 2018
1 parent 62c92a4 commit d64b496
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/secp256k1/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ TESTS = tests
endif

if USE_ECMULT_STATIC_PRECOMPUTATION
CPPFLAGS_FOR_BUILD =
CPPFLAGS_FOR_BUILD +=-I$(top_srcdir)
CFLAGS_FOR_BUILD =
CFLAGS_FOR_BUILD += -Wall -Wextra -Wno-unused-function

gen_context_OBJECTS = gen_context.o
Expand Down

0 comments on commit d64b496

Please sign in to comment.