Skip to content

Commit 5190079

Browse files
committed
build: use subdir-objects for automake
1 parent bccaf86 commit 5190079

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)