all repos — fluxbox @ e0a08e502ccd13d50ee5fe67a5d98afd06a44829

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

e0a08e502ccd13d50ee5fe67a5d98afd06a44829

parent

cbcc6401c6a87623f8cf714cd699db3b63079915

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

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

@@ -35,7 +35,7 @@ bin_PROGRAMS= fluxbox

BUILT_SOURCES = defaults.hh defaults.hh: Makefile echo '// This file is generated from makefile. Do not edit!' > defaults.hh - echo '#define DEFAULTMENU "$(DEFAULTMENU)"' >> defaults.hh + echo '#define DEFAULTMENU "$(DEFAULT_MENU)"' >> defaults.hh echo '#define DEFAULTSTYLE "$(DEFAULT_STYLE)"' >> defaults.hh echo '#define DEFAULTKEYSFILE "$(DEFAULT_KEYSFILE)"' >> defaults.hh echo '#define DEFAULT_INITFILE "$(pkgdatadir)/init"' >> defaults.hh