all repos — fluxbox @ 79a6bbe715fa6565b21de50a47d92a2cc8822957

custom fork of the fluxbox windowmanager

conditional compile
fluxgen fluxgen
commit

79a6bbe715fa6565b21de50a47d92a2cc8822957

parent

2008f4f06c697094c34f51137611bee24dc8e142

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

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

@@ -46,6 +46,9 @@ endif

if GNOME gnome_SOURCE= Gnome.hh Gnome.cc endif +if REMEMBER_SRC +REMEMBER_SOURCE= Remember.hh Remember.cc +endif fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ BaseDisplay.cc BaseDisplay.hh \

@@ -73,6 +76,7 @@ Workspace.cc Workspace.hh \

XrmDatabaseHelper.hh FbCommands.hh FbCommands.cc LayerMenu.hh \ IntResMenuItem.hh IntResMenuItem.cc FbMenu.hh \ WinClient.hh WinClient.cc \ - Remember.hh Remember.cc + ${REMEMBER_SOURCE} + LDADD=FbTk/libFbTk.a