[tests] Removed custom CFLAGS/LIBS and added $(EXEEXT)
commitf5ae7c964aedd4de837c53880a5cc5f7c445d263
authorNicola Fontana <ntd@entidi.it>
Sat, 22 May 2010 12:07:20 +0000 (22 14:07 +0200)
committerNicola Fontana <ntd@entidi.it>
Sat, 22 May 2010 12:07:20 +0000 (22 14:07 +0200)
tree567919ddbeca6ddeb3b16914ba39cb495e9a5a7f
parent8ba9dfe8833718b3d75a2a465f9489c0d75603d3
[tests] Removed custom CFLAGS/LIBS and added $(EXEEXT)

Directly using CFLAGS and LIBS returned by pkg-config, avoiding to rely
on the custom flags set by configure: this will avoid duplication
library dependencies.

Added $(EXEEXT) to the binary test programs to make them available on
windows platforms. This is still not tested because a cross-platform
build forbids to execute the foreign binary. Although not so important,
an approach based on wine could be investigated.
src/adg-gtk/tests/Makefile.am
src/adg/tests/Makefile.am