From: W. Trevor King Date: Wed, 10 Oct 2012 15:26:55 +0000 (-0400) Subject: gpgme-tool is useful enough that it should be installed. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=21a83245608bf0df56c96f998118b5200c863523;p=gpgme.git 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 --- 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