all repos — fluxbox @ 7510c2d173009372f81274e2db666f268e3e5ac1

custom fork of the fluxbox windowmanager

src/Makefile.am: Add warning to defaults.cc as well
Ryan Pavlik rpavlik@iastate.edu
commit

7510c2d173009372f81274e2db666f268e3e5ac1

parent

fa63fcdc669efb868ca8979374eca26d82708c38

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/Makefile.amsrc/Makefile.am

@@ -63,6 +63,7 @@

defaults.cc: force @( \ GITDIR=$(top_srcdir)/.git; \ + echo '// This file is generated from Makefile. Do not edit!'; \ echo '#include "defaults.hh"'; \ echo ''; \ echo 'std::string realProgramName(const std::string& name) {'; \