aboutsummaryrefslogtreecommitdiff
path: root/util/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-05-26build-sys: move to non-recursive buildSami Kerola1-70/+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/+11
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-3/+3
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-10-31util/Makefile.am,fluxbox-generate_menu.in: use EXEEXTRyan Pavlik1-0/+2
Needed to allow mingw-cross-env cross build
2008-06-01fix out of source buildingMark Tiefenbruck1-1/+1
2007-07-07fixes for --program-prefix and --program-suffix, plus fixed overwriting init ↵markt1-0/+2
file on reconfigure
2007-07-03fix updating of systemtray and kde dockapps in slit on background changemarkt1-1/+4
added fluxbox-remote.cc
2007-02-09added mouse bindings to the keys filemarkt1-1/+11
2006-06-23Make startfluxbox aware of --program-prefix and --program-suffixmarkt1-0/+5
2005-07-12Renaming of 'bsetroot' to 'fbsetroot' (Mathias)mathias1-4/+4
blackbox's 'bsetroot' and fluxbox's 'bsetroot' have different syntax nowadays and collide when you install fluxbox and blackbox. hence the renaming.
2004-06-08more nls updatesrathnor1-4/+2
2004-04-10minor fix, patch from Fr�d�ric L. W. Meunier (1 at pervalidus dot net)fluxgen1-5/+5
2003-12-29patch from Han, minor fixes and fbsetbg random backgroundfluxgen1-3/+3
2003-11-15renamed fbgm to .influxgen1-3/+12
2003-09-10removed distclean-local targetfluxgen1-3/+0
2003-09-08added startfluxbox.influxgen1-1/+1
2003-09-07updatefluxgen1-12/+28
2003-06-13renamed i18n to I18nfluxgen1-1/+1
2003-05-11using FbRootWindowfluxgen1-2/+2
2003-05-10removed BaseDisplayfluxgen1-2/+2
2003-04-28minor fixfluxgen1-1/+1
2003-04-28updatefluxgen1-3/+3
2003-04-27fix build issue for new loc of stringutilrathnor1-1/+1
2003-02-17updatedfluxgen1-4/+3
2002-11-30updated for imagecontrolfluxgen1-3/+3
2002-11-26change libFbTk locationfluxgen1-1/+1
2002-11-26fixed FbTk issuesfluxgen1-2/+3
2002-11-15fluxbox-generate_menu most followfluxgen1-1/+1
2002-11-12enable fbrun dirfluxgen1-1/+1
2002-10-20removed fbrun until we get it fixedfluxgen1-1/+1
2002-09-15updated to match new Texture and Color stufffluxgen1-2/+3
2002-09-07removed menu targetfluxgen1-2/+0
2002-09-07added fluxbox-generate_menufluxgen1-1/+4
2002-08-20subdir fbrunfluxgen1-1/+2
2002-05-07removed some options, they are in CXXFLAGS in confingure.in nowfluxgen1-3/+0
2002-04-09removed LinkedListfluxgen1-2/+2
2002-03-23Xineramapekdon1-1/+1
2002-03-18added FbAtoms.hh/ccfluxgen1-2/+2
2002-02-17fixed gnomefluxgen1-1/+1
2001-12-11Initial revisionfluxgen1-0/+17