diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
35 | BUILT_SOURCES = defaults.hh | 35 | BUILT_SOURCES = defaults.hh |
36 | defaults.hh: Makefile | 36 | defaults.hh: Makefile |
37 | echo '// This file is generated from makefile. Do not edit!' > defaults.hh | 37 | echo '// This file is generated from makefile. Do not edit!' > defaults.hh |
38 | echo '#define DEFAULTMENU "$(DEFAULTMENU)"' >> defaults.hh | 38 | echo '#define DEFAULTMENU "$(DEFAULT_MENU)"' >> defaults.hh |
39 | echo '#define DEFAULTSTYLE "$(DEFAULT_STYLE)"' >> defaults.hh | 39 | echo '#define DEFAULTSTYLE "$(DEFAULT_STYLE)"' >> defaults.hh |
40 | echo '#define DEFAULTKEYSFILE "$(DEFAULT_KEYSFILE)"' >> defaults.hh | 40 | echo '#define DEFAULTKEYSFILE "$(DEFAULT_KEYSFILE)"' >> defaults.hh |
41 | echo '#define DEFAULT_INITFILE "$(pkgdatadir)/init"' >> defaults.hh | 41 | echo '#define DEFAULT_INITFILE "$(pkgdatadir)/init"' >> defaults.hh |