mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
g13: Move 'call-gpg.c' to common.
* common/Makefile.am (common_sources): Add files. * g13/call-gpg.c: Move to 'common' and adapt slightly. Add a parameter to let callees override the gpg program to execute. * g13/call-gpg.h: Likewise. * g13/Makefile.am (g13_SOURCES): Drop files. * g13/create.c (encrypt_keyblob): Hand in the gpg program to execute. * g13/mount.c (decrypt_keyblob): Likewise. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
e9c16fee25
commit
ba1a5cc17d
6 changed files with 41 additions and 39 deletions
|
@ -86,7 +86,8 @@ common_sources = \
|
|||
agent-opt.c \
|
||||
helpfile.c \
|
||||
mkdir_p.c mkdir_p.h \
|
||||
strlist.c strlist.h
|
||||
strlist.c strlist.h \
|
||||
call-gpg.c call-gpg.h
|
||||
|
||||
if HAVE_W32_SYSTEM
|
||||
common_sources += w32-reg.c w32-afunix.c w32-afunix.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue