mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-08 09:21:06 +02:00
build: use subdir-objects for automake
This commit is contained in:
@ -6,7 +6,7 @@ AC_CANONICAL_HOST
|
|||||||
AH_TOP([#ifndef LIBSECP256K1_CONFIG_H])
|
AH_TOP([#ifndef LIBSECP256K1_CONFIG_H])
|
||||||
AH_TOP([#define LIBSECP256K1_CONFIG_H])
|
AH_TOP([#define LIBSECP256K1_CONFIG_H])
|
||||||
AH_BOTTOM([#endif //LIBSECP256K1_CONFIG_H])
|
AH_BOTTOM([#endif //LIBSECP256K1_CONFIG_H])
|
||||||
AM_INIT_AUTOMAKE([foreign])
|
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
||||||
LT_INIT
|
LT_INIT
|
||||||
|
|
||||||
dnl make the compilation flags quiet unless V=1 is used
|
dnl make the compilation flags quiet unless V=1 is used
|
||||||
|
Reference in New Issue
Block a user