diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2021-02-12 07:33:11 +0100 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2021-02-12 07:33:11 +0100 |
commit | 83e0a9d6b990aa517bc338b578f7faf393ae1b0d (patch) | |
tree | ad9c1e83868edae2a76f95a8a845c9e9eda68f60 /g13 | |
parent | doc: Add NEWS with news from the 2.2 series. (diff) | |
download | gnupg2-83e0a9d6b990aa517bc338b578f7faf393ae1b0d.tar.xz gnupg2-83e0a9d6b990aa517bc338b578f7faf393ae1b0d.zip |
build: Fix library dependency of g13 test program.
* g13/Makefile.am (t_common_ldadd): Add GPG_ERROR_LIBS.
--
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'g13')
-rw-r--r-- | g13/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g13/Makefile.am b/g13/Makefile.am index ef5671f21..b8cb34291 100644 --- a/g13/Makefile.am +++ b/g13/Makefile.am @@ -74,7 +74,7 @@ g13_syshelp_LDADD = $(libcommon) \ module_tests = t-g13tuple t_common_ldadd = $(libcommon) $(LIBGCRYPT_LIBS) \ - $(LIBASSUAN_LIBS) $(LIBICONV) + $(LIBASSUAN_LIBS) $(GPG_ERROR_LIBS) $(LIBICONV) t_g13tuple_SOURCES = t-g13tuple.c g13tuple.c t_g13tuple_LDADD = $(t_common_ldadd) |