summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
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
35BUILT_SOURCES = defaults.hh 35BUILT_SOURCES = defaults.hh
36defaults.hh: Makefile 36defaults.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