summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2018-11-01 11:12:03 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2018-11-01 11:12:03 +0900
commit998313bd321ae161ec58111ccc6c6f0921007bc5 (patch)
tree2ae789b8f9d1f2b5c82965e3f23efec2f0f83f55 /src/Makefile.am
parent5b898b8bc89c18e2fd02e6c9efd5e91cb96357cc (diff)
downloadlibgpg-error-998313bd321ae161ec58111ccc6c6f0921007bc5.tar.gz
gpgrt-config: It's distributed script.
* src/Makefile.am (dist_bin_SCRIPTS): Add gpgrt-config. (bin_SCRIPTS): Remove gpgrt-config. -- This is the automake thing; Since gpgrt-config is not generated script, we should use dist_bin_SCRIPTS here. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 280a673..8e6683f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -84,7 +84,8 @@ lock_obj_pub = \
lib_LTLIBRARIES = libgpg-error.la
nodist_include_HEADERS = gpg-error.h gpgrt.h
-bin_SCRIPTS = gpgrt-config gpg-error-config
+dist_bin_SCRIPTS = gpgrt-config
+bin_SCRIPTS = gpg-error-config
m4datadir = $(datadir)/aclocal
m4data_DATA = gpg-error.m4 gpgrt.m4