diff options
author | Marcus Brinkmann <[email protected]> | 2012-02-08 14:18:11 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2012-02-08 14:18:11 +0000 |
commit | 3f03897cbd223d4a75eb62c3b7bdfeb800661641 (patch) | |
tree | ecf6f8270c3b1a947992919ce4eb315d02ab4a14 /src/Makefile.am | |
parent | Support the mingw-w64 toolchain. (diff) | |
download | gpgme-3f03897cbd223d4a75eb62c3b7bdfeb800661641.tar.gz gpgme-3f03897cbd223d4a75eb62c3b7bdfeb800661641.zip |
Link gpgme-tool directly to libassuan, as it uses its interface.
* src/Makefile.am (gpgme_tool_LDADD): Add @LIBASSUAN_LIBS@.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index cc0b78d3..e456d805 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -226,7 +226,7 @@ libgpgme_qt_la_LIBADD = $(gpgme_res) @LIBASSUAN_LIBS@ @LTLIBOBJS@ \ endif noinst_PROGRAMS = gpgme-tool -gpgme_tool_LDADD = libgpgme.la +gpgme_tool_LDADD = libgpgme.la @LIBASSUAN_LIBS@ status-table.h : gpgme.h extra-stati.h cat $(builddir)/gpgme.h $(srcdir)extra-stati.h \ |