diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2f76975a..7bc5042c 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)'` |