aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-04-26 09:26:27 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-04-27 10:10:12 (GMT)
commit38b678e4cb3e24882a7c37fe06040ff0c47775b1 (patch)
treea3d0b902c6dd30ddca39d5382a665be8c9bd9ced /src/Makefile.am
parentbe90145227ca5cb9b54547ccb3905419f4d4f9d9 (diff)
downloadfluxbox-38b678e4cb3e24882a7c37fe06040ff0c47775b1.zip
fluxbox-38b678e4cb3e24882a7c37fe06040ff0c47775b1.tar.bz2
Make sure `make distcheck' is successful
- added rmdir commands to uninstall rules of all Makefiles under data/styles - added \n at the end of files which had none
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
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@
37AM_CPPFLAGS= 37AM_CPPFLAGS=
38 38
39bin_PROGRAMS= fluxbox 39bin_PROGRAMS= fluxbox
40BUILT_SOURCES = defaults.hh 40BUILT_SOURCES = defaults.hh defaults.cc
41CONFIG_CLEAN_FILES = defaults.hh 41CONFIG_CLEAN_FILES = defaults.hh defaults.cc
42defaults.hh: Makefile 42defaults.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!'; \