diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e60f9b4..12f86bb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -37,8 +37,8 @@ PROGRAM_SUFFIX=@program_suffix@ | |||
37 | AM_CPPFLAGS= | 37 | AM_CPPFLAGS= |
38 | 38 | ||
39 | bin_PROGRAMS= fluxbox | 39 | bin_PROGRAMS= fluxbox |
40 | BUILT_SOURCES = defaults.hh | 40 | BUILT_SOURCES = defaults.hh defaults.cc |
41 | CONFIG_CLEAN_FILES = defaults.hh | 41 | CONFIG_CLEAN_FILES = defaults.hh defaults.cc |
42 | defaults.hh: Makefile | 42 | defaults.hh: Makefile |
43 | @( \ | 43 | @( \ |
44 | echo '// This file is generated from Makefile. Do not edit!'; \ | 44 | echo '// This file is generated from Makefile. Do not edit!'; \ |