From c5d7045dafcfb569c11c90c04ea7a75328c80084 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 14 Dec 2015 10:16:46 +0100 Subject: g13: Switch over to common/exectool.c. * g13/sh-exectool.c: Remove. It has been replaced by common/exectool.c. * g13/Makefile.am (g13_syshelp_SOURCES): Remove sh-exectool.c * g13/sh-blockdev.c: Include exectool.h. Change sh_exec_tool to gnupg_exec-tool. * g13/sh-dmcrypt.c: Ditto. -- With commit 2ae07f826aa551db8adf714158fce962790a6b54 the exectool code was moved from a g13 feature branch to common/ so that it could be used by gpgtar. With this patch we finally remove the original code and use the one in common/. Signed-off-by: Werner Koch --- g13/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'g13/Makefile.am') diff --git a/g13/Makefile.am b/g13/Makefile.am index a3cd1333d..62437e567 100644 --- a/g13/Makefile.am +++ b/g13/Makefile.am @@ -55,7 +55,6 @@ g13_syshelp_SOURCES = \ keyblob.h \ utils.c utils.h \ sh-cmd.c \ - sh-exectool.c \ sh-blockdev.c \ sh-dmcrypt.c -- cgit v1.2.3