Skip to content

Commit 3c0f246

Browse files
committed
Merge pull request bitcoin#157
5190079 build: use subdir-objects for automake (Cory Fields)
2 parents 808dd9b + 5190079 commit 3c0f246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AC_CANONICAL_HOST
66
AH_TOP([#ifndef LIBSECP256K1_CONFIG_H])
77
AH_TOP([#define LIBSECP256K1_CONFIG_H])
88
AH_BOTTOM([#endif //LIBSECP256K1_CONFIG_H])
9-
AM_INIT_AUTOMAKE([foreign])
9+
AM_INIT_AUTOMAKE([foreign subdir-objects])
1010
LT_INIT
1111

1212
dnl make the compilation flags quiet unless V=1 is used

0 commit comments

Comments
 (0)