]> Git Repo - secp256k1.git/commit - Makefile.am
Makefile.am: Honor config when building gen_context
authorTim Ruffing <[email protected]>
Mon, 3 May 2021 11:05:33 +0000 (13:05 +0200)
committerTim Ruffing <[email protected]>
Mon, 3 May 2021 13:05:38 +0000 (15:05 +0200)
commit2161f31785e66e4e46471208610b5e3e98331849
tree4f62b695fe7a6224657702390d6678a55533c2be
parent99f47c20ec41279075d6b3ae64c9c1a84b40a6f8
Makefile.am: Honor config when building gen_context

This passes $(DEFS) (which should literally be "-DHAVE_CONFIG_H") to the
compiler when building gen_context.

This has currently no effect because gen_context.c does not check for
this macro but it's conceivable that it may do so in the future.
Makefile.am
This page took 0.024169 seconds and 4 git commands to generate.