all repos — fluxbox @ a660cb0d08b71d8337d782e0e8f1c37c3fd6df92

custom fork of the fluxbox windowmanager

compile time options for newwmspec, gnome and multibyte
fluxgen fluxgen
commit

a660cb0d08b71d8337d782e0e8f1c37c3fd6df92

parent

db886fc7c8a41491b46a995e83d32d4783dae882

1 files changed, 14 insertions(+), 4 deletions(-)

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

@@ -40,10 +40,19 @@

if XFT xft_SOURCE= XftFontImp.hh XftFontImp.cc endif +if NEWWMSPEC +newwmspec_SOURCE= Ewmh.hh Ewmh.cc +endif +if GNOME +gnome_SOURCE= Gnome.hh Gnome.cc +endif +if MULTIBYTE +xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc +endif fluxbox_SOURCES = BaseDisplay.cc BaseDisplay.hh Basemenu.cc Basemenu.hh \ Clientmenu.cc Clientmenu.hh Configmenu.cc Configmenu.hh \ - Icon.cc Icon.hh Image.cc Image.hh \ + Iconmenu.cc Iconmenu.hh Image.cc Image.hh \ Netizen.cc Netizen.hh Rootmenu.cc Rootmenu.hh Screen.cc Screen.hh\ Slit.cc Slit.hh Timer.cc Timer.hh Toolbar.cc Toolbar.hh \ Window.cc Window.hh Windowmenu.cc Windowmenu.hh \

@@ -53,8 +62,9 @@ i18n.cc i18n.hh main.cc Tab.hh Tab.cc Keys.cc Keys.hh \

IconBar.cc IconBar.hh Theme.hh Theme.cc \ StringUtil.cc StringUtil.hh DrawUtil.cc DrawUtil.hh nl_types_cygnus.h \ XrmDatabaseHelper.hh NotCopyable.hh Resource.hh Resource.cc \ - Font.hh Font.cc FontImp.hh XFontImp.hh XFontImp.cc XmbFontImp.hh XmbFontImp.cc \ + Font.hh Font.cc FontImp.hh XFontImp.hh XFontImp.cc \ FbAtoms.hh FbAtoms.cc Color.hh Color.cc Texture.hh Texture.cc \ SignalHandler.hh SignalHandler.cc \ - EventHandler.hh AtomHandler.hh Gnome.hh Gnome.cc Ewmh.hh Ewmh.cc \ - Observer.hh Observer.cc Subject.hh Subject.cc ${xft_SOURCE} + EventHandler.hh AtomHandler.hh \ + Observer.hh Observer.cc Subject.hh Subject.cc \ + ${xft_SOURCE} ${gnome_SOURCE} ${newwmspec_SOURCE} ${xmb_SOURCE}