Link gpgme-tool directly to libassuan, as it uses its interface.
* src/Makefile.am (gpgme_tool_LDADD): Add @LIBASSUAN_LIBS@.
This commit is contained in:
parent
24a10a4af9
commit
3f03897cbd
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user