summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-04-05 21:09:48 (GMT)
committerGitHub <noreply@github.com>2019-04-05 21:09:48 (GMT)
commit51f1db5c0aed562caf6d195ee5d3666ee33cc0ad (patch)
treedfcb47a7f71ddb84e81e6a89530dcaf4f33b0dfe /Makefile.am
parentace18924a37dce89d9476dfc9a4ec329e77660a2 (diff)
parent693d3943b10665b99a31ab1f3b4058fb4b3a32d1 (diff)
Merge pull request #1178 from stilor/master
Last fixes for 1.24.0
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 6c224c1..37c3239 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,6 @@ SUBDIRS = kconfig
bin_SCRIPTS = ct-ng
CLEANFILES = ct-ng bash-completion/ct-ng docs/ct-ng.1
EXTRA_DIST = bootstrap ct-ng.in bash-completion/ct-ng.in \
- config/configure.in.in \
docs/ct-ng.1.in packages maintainer testing
if INSTALL_BASH_COMPLETION
@@ -18,9 +17,9 @@ endif
man1_MANS = docs/ct-ng.1
-# paths.sh generated by configure
+# paths.sh and configure.in are generated by configure
nobase_dist_pkgdata_DATA = $(verbatim_data)
-nobase_nodist_pkgdata_DATA = paths.sh
+nobase_nodist_pkgdata_DATA = paths.sh config/configure.in
# ct-ng, as renamed by the installation
ctng_progname = `echo ct-ng | sed '$(transform)'`