aboutsummaryrefslogtreecommitdiff
path: root/util/fbrun/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-05-26build-sys: move to non-recursive buildSami Kerola1-16/+0
This rather large change will attempts to make 'make' to work better. See excellent paper 'Recursive Make Considered Harmful' by Peter Miller for further explanation why several make files is worse than one for whole project. Note. The tests are build with 'make check' rather than defining TEST. Reference: http://miller.emu.id.au/pmiller/books/rmch/ Reference: http://karelzak.blogspot.co.uk/2013/02/non-recursive-automake.html
2013-05-26build-sys: use pkg-config to locate dependenciesSami Kerola1-0/+8
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-2/+2
The INCLUDES macro deprecated in favour of AM_CPPFLAGS. References: http://www.gnu.org/software/automake/manual/html_node/Program-Variables.html
2004-04-10minor fix, patch from Fr�d�ric L. W. Meunier (1 at pervalidus dot net)fluxgen1-1/+1
2003-09-07updatefluxgen1-7/+7
2003-08-25minor fixesfluxgen1-1/+1
2003-04-27fix build issue for new loc of stringutilrathnor1-1/+1
2002-11-26change libFbTk locationfluxgen1-1/+1
2002-11-26using FbTk libfluxgen1-12/+3
2002-11-12optional linking with fontsfluxgen1-2/+12
2002-09-04StringUtilfluxgen1-1/+1
2002-08-20firstfluxgen1-0/+7