aboutsummaryrefslogtreecommitdiff
path: root/src/tests/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-05-26build-sys: use pkg-config to locate dependenciesSami Kerola1-0/+6
This commit alters XRANDR (X Resize And Rotate) extension dependency, which is expected to have at least version 1.4. Earlier old versions of xrandr were supported, at least to some extent.
2013-05-26build-sys: include config.h to all files using automakeSami Kerola1-1/+1
Do not try to be too smart which compilations need config.h, as most of them will simply because of the config.h has information about system capabilities.
2013-01-03automake: use AM_CPPFLAGS rather than INCLUDESSami Kerola1-1/+1
The INCLUDES macro deprecated in favour of AM_CPPFLAGS. References: http://www.gnu.org/software/automake/manual/html_node/Program-Variables.html
2011-04-18Fix VPATH buildsPavel Labath1-1/+1
2011-03-18added tests/testRectangleUtil.ccMathias Gumz1-1/+3
2011-03-18some love to src/tests, use automake to use the same build environment as ↵Mathias Gumz1-0/+22
the rest of fluxbox