fluxbox/util/fbrun
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
..
FbRun.cc Fix corruption of fbrun-history 2015-01-02 17:08:44 +01:00
FbRun.hh Clean unused variables 2015-01-03 21:42:24 +01:00
fbrun.xpm add some decorations to torn menus, and fix restart without an argument 2007-07-31 23:16:05 +00:00
main.cc Remove unused code / option from FbRun 2015-01-03 18:39:46 +01:00
Makemodule.am Fix build-system: use xxx_LDADD instead of xxx_LDFLAGS 2015-01-04 16:21:02 +01:00