From e0a08e502ccd13d50ee5fe67a5d98afd06a44829 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Mon, 30 Jun 2003 20:37:44 +0000 Subject: minor fix --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index b4c4ce8..d0171b2 100644 --- a/src/Makefile.am +++ b/src/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 -- cgit v0.11.2