diff options
author | Werner Koch <wk@gnupg.org> | 2015-12-14 09:38:46 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2015-12-14 16:21:19 +0100 |
commit | d80e1bc430bf64debdb6b08f0b7e5c42836781fa (patch) | |
tree | f84c394ab4fa41265400524849c77bce16285670 /common/Makefile.am | |
parent | gpg: Print ownertrust in TOFU+PGP trust model. (diff) | |
download | gnupg2-d80e1bc430bf64debdb6b08f0b7e5c42836781fa.tar.xz gnupg2-d80e1bc430bf64debdb6b08f0b7e5c42836781fa.zip |
common: Rename sh-exectool to exectool.
* common/sh-exectool.c: Rename to exectool.c.
* common/sh-exectool.h: Rename to exectool.h.
* common/Makefile.am (common_sources): Adjust for rename.
* common/exectool.c (sh_exec_tool_stream): Rename to
gnupg_exec-tool-stream.
(sh_exec_tool): Rename to gnupg_exec_tool.
* tools/gpgtar-create.c (gpgtar_create): Adjust for changes.
* tools/gpgtar-extract.c: Adjust for changes.
* tools/gpgtar-list.c: Adjust for changes.
--
The "sh-" presifx is used by g13 for system helpers which are used by
processes created via userv. A generic function in common/ should
also have a generic name.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 1db4ec919..54dee54ae 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -88,7 +88,7 @@ common_sources = \ mkdir_p.c mkdir_p.h \ strlist.c strlist.h \ call-gpg.c call-gpg.h \ - sh-exectool.c sh-exectool.h + exectool.c exectool.h if HAVE_W32_SYSTEM common_sources += w32-reg.c w32-afunix.c w32-afunix.h |