
27 Apr
2015
27 Apr
'15
10:25 a.m.
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@redhat.com> --- tests/Makefile.am | 58 +++++++++++++++++-------------------------------------- 1 file changed, 18 insertions(+), 40 deletions(-)
ACK, this makes things more easier in the future. Pavel