fluxbox fork with a slight change to maximized windows
Find a file
Mathias Gumz 0820bcb640 Fix build-system: use xxx_LDADD instead of xxx_LDFLAGS
xxx_LDFLAGS place the libraries like '-lX11' or '-lXft' at the beginning of
the linker command. Some systems were not able to handle the situation and
this lead to a lot of unresolved symbols. Reading the documentation of
automake:

    ... you can use LDADD to do so. This variable is used to specify
    additional objects or libraries to link with; it is inappropriate for
    specifying specific linker flags, you should use AM_LDFLAGS for this
    purpose.

In addition we link against -lm in order to satisfy symbols refering to 'cos'
and 'sin'.
2015-01-04 16:21:02 +01:00
3rd/vim
build-aux
data build-sys: move to non-recursive build 2013-05-26 10:38:11 +01:00
doc
nls merge Sami Kerola's new build-system 2014-04-11 17:42:40 +02:00
src Fix build-system: use xxx_LDADD instead of xxx_LDFLAGS 2015-01-04 16:21:02 +01:00
util Fix build-system: use xxx_LDADD instead of xxx_LDFLAGS 2015-01-04 16:21:02 +01:00
.gitignore build-sys: move to non-recursive build 2013-05-26 10:38:11 +01:00
AUTHORS
autogen.sh
ChangeLog
configure.ac Fix build-system: use xxx_LDADD instead of xxx_LDFLAGS 2015-01-04 16:21:02 +01:00
COPYING
Doxyfile
INSTALL
Makefile.am
NEWS
README moved meta-information around a little bit 2011-11-01 07:24:11 +01:00
TODO allow decorations bitmask to be specified with 0x 2007-10-21 21:37:48 +00:00
version.h.in

Fluxbox is a windowmanager for X that was based on the Blackbox 0.61.1 code.
It is very light on resources and easy to handle but yet full of features to
make an easy, and extremely fast, desktop experience.

Read INSTALL to read about building and installing fluxbox. Read NEWS to see
whats new in this release, for copyright information see COPYING. For more
information go to:

    http://fluxbox.org/

Thanks:

  Blackbox team

  People at #fluxbox on the irc.freenode.net irc-network.

  And all the people who sent bugfixes/patches and helped us making
  Fluxbox a better application, see AUTHORS for a incomplete list
  of people who helped fluxbox.