aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-06-30 20:37:44 (GMT)
committerfluxgen <fluxgen>2003-06-30 20:37:44 (GMT)
commite0a08e502ccd13d50ee5fe67a5d98afd06a44829 (patch)
treea7a997b206ef740e4c5415e5c0aa5c7017f6f2c5 /src/Makefile.am
parentcbcc6401c6a87623f8cf714cd699db3b63079915 (diff)
downloadfluxbox-e0a08e502ccd13d50ee5fe67a5d98afd06a44829.zip
fluxbox-e0a08e502ccd13d50ee5fe67a5d98afd06a44829.tar.bz2
minor fix
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