aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Pavlik <rpavlik@iastate.edu>2011-10-28 21:15:32 (GMT)
committerRyan Pavlik <rpavlik@iastate.edu>2011-10-31 15:51:41 (GMT)
commit7510c2d173009372f81274e2db666f268e3e5ac1 (patch)
tree476e81278dbd956db64c1459b68d80a28ed14e08
parentfa63fcdc669efb868ca8979374eca26d82708c38 (diff)
downloadfluxbox_paul-7510c2d173009372f81274e2db666f268e3e5ac1.zip
fluxbox_paul-7510c2d173009372f81274e2db666f268e3e5ac1.tar.bz2
src/Makefile.am: Add warning to defaults.cc as well
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8c204db..1a04e4e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -63,6 +63,7 @@ defaults.hh: Makefile
63defaults.cc: force 63defaults.cc: force
64 @( \ 64 @( \
65 GITDIR=$(top_srcdir)/.git; \ 65 GITDIR=$(top_srcdir)/.git; \
66 echo '// This file is generated from Makefile. Do not edit!'; \
66 echo '#include "defaults.hh"'; \ 67 echo '#include "defaults.hh"'; \
67 echo ''; \ 68 echo ''; \
68 echo 'std::string realProgramName(const std::string& name) {'; \ 69 echo 'std::string realProgramName(const std::string& name) {'; \