summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2f76975..7bc5042 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,7 +19,8 @@ endif
man1_MANS = docs/ct-ng.1
# paths.sh generated by configure
-nobase_dist_pkgdata_DATA = $(verbatim_data) paths.sh
+nobase_dist_pkgdata_DATA = $(verbatim_data)
+nobase_nodist_pkgdata_DATA = paths.sh
# ct-ng, as renamed by the installation
ctng_progname = `echo ct-ng | sed '$(transform)'`