Merge pull request #157

5190079 build: use subdir-objects for automake (Cory Fields)
This commit is contained in:
Pieter Wuille 2014-12-12 15:47:38 +01:00
commit 3c0f246e7e
No known key found for this signature in database
GPG key ID: 57896D2FF8F0B657

View file

@ -6,7 +6,7 @@ AC_CANONICAL_HOST
AH_TOP([#ifndef LIBSECP256K1_CONFIG_H])
AH_TOP([#define LIBSECP256K1_CONFIG_H])
AH_BOTTOM([#endif //LIBSECP256K1_CONFIG_H])
AM_INIT_AUTOMAKE([foreign])
AM_INIT_AUTOMAKE([foreign subdir-objects])
LT_INIT
dnl make the compilation flags quiet unless V=1 is used