diff options
author | fluxgen <fluxgen> | 2003-06-30 20:37:44 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-06-30 20:37:44 (GMT) |
commit | e0a08e502ccd13d50ee5fe67a5d98afd06a44829 (patch) | |
tree | a7a997b206ef740e4c5415e5c0aa5c7017f6f2c5 /src/Makefile.am | |
parent | cbcc6401c6a87623f8cf714cd699db3b63079915 (diff) | |
download | fluxbox-e0a08e502ccd13d50ee5fe67a5d98afd06a44829.zip fluxbox-e0a08e502ccd13d50ee5fe67a5d98afd06a44829.tar.bz2 |
minor fix
Diffstat (limited to 'src/Makefile.am')
-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 |