From 21a83245608bf0df56c96f998118b5200c863523 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 10 Oct 2012 11:26:55 -0400 Subject: [PATCH] gpgme-tool is useful enough that it should be installed. * src/Makefile.am (noinst_PROGRAMS): Remove gpgme-tool. (bin_PROGRAMS): Add gpgme-tool. Signed-off-by: W. Trevor King --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index ea8e70e..e934419 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -222,7 +222,7 @@ libgpgme_qt_la_LIBADD = $(gpgme_res) @LIBASSUAN_LIBS@ @LTLIBOBJS@ \ @GPG_ERROR_LIBS@ @QT4_CORE_LIBS@ endif -noinst_PROGRAMS = gpgme-tool +bin_PROGRAMS = gpgme-tool gpgme_tool_LDADD = libgpgme.la @LIBASSUAN_LIBS@ install-data-local: install-def-file -- 2.26.2