diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e88d11e2c7..3f334b9b6e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -110,7 +110,7 @@ install-exec-hook: ### include tool to generate documentation from log message specifications ### in the distributed tarball: -EXTRA_DIST += tools/path_replacer.sh +EXTRA_DIST = tools/path_replacer.sh EXTRA_DIST += tools/mk_cfgrpt.sh #### include external sources in the distributed tarball: |