aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {'; \