On Mon, Apr 27, 2015 at 03:41:31PM +0200, Martin Kletzander wrote:
All the libraries use same parameters when building, why not have it
in
one place at the begining of the Makefile.
This will also ensure no new mock library will have a problem with
missing e.g. MINGW_EXTRA_LDFLAGS.
Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com>
---
tests/Makefile.am | 58 +++++++++++++++++--------------------------------------
1 file changed, 18 insertions(+), 40 deletions(-)
ACK, this makes things more easier in the future.
Pavel