all repos — fluxbox @ 4ce0b722822e9d4863915eba7a9fd58e25f683f8

custom fork of the fluxbox windowmanager

noinst lib
fluxgen fluxgen
commit

4ce0b722822e9d4863915eba7a9fd58e25f683f8

parent

7f8098804345bf1e594cd85fd116f371827fcdde

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/FbTk/Makefile.amsrc/FbTk/Makefile.am

@@ -1,4 +1,4 @@

-lib_LTLIBRARIES = libFbTk.la +noinst_LIBRARIES = libFbTk.a if XFT xft_SOURCE= XftFontImp.hh XftFontImp.cc

@@ -7,7 +7,7 @@ if MULTIBYTE

xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc endif -libFbTk_la_SOURCES = App.hh App.cc Color.cc Color.hh EventHandler.hh Font.cc Font.hh FontImp.hh NotCopyable.hh \ +libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh EventHandler.hh Font.cc Font.hh FontImp.hh NotCopyable.hh \ SignalHandler.cc SignalHandler.hh Texture.cc Texture.hh \ XFontImp.cc XFontImp.hh \ ${xft_SOURCE} \