Skip to content

Commit 5ad5463

Browse files
author
MarcoFalke
committed
Squashed 'src/secp256k1/' changes from 2bfb82b..6c527ec
6c527ec Merge pull request dogecoin#357 445f7f1 Fix for Windows compile issue git-subtree-dir: src/secp256k1 git-subtree-split: 6c527eceee7f5105c33c98dfae24ffeffd71f7cf
1 parent 1d84107 commit 5ad5463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ TESTS = tests
7575
endif
7676

7777
if USE_ECMULT_STATIC_PRECOMPUTATION
78-
CPPFLAGS_FOR_BUILD +=-I$(top_srcdir)/
78+
CPPFLAGS_FOR_BUILD +=-I$(top_srcdir)
7979
CFLAGS_FOR_BUILD += -Wall -Wextra -Wno-unused-function
8080

8181
gen_context_OBJECTS = gen_context.o

0 commit comments

Comments
 (0)