aboutsummaryrefslogtreecommitdiffstats
path: root/g13
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2022-02-07 17:24:43 +0000
committerWerner Koch <[email protected]>2022-02-07 19:24:26 +0000
commit04d40a680baa43f9803d0981b1da49144021d723 (patch)
tree598e7c579c9688bfdd8665451524470369a7e024 /g13
parentdirmngr: Changes to the linking order. (diff)
downloadgnupg-2.2.34.tar.gz
gnupg-2.2.34.zip
Release 2.2.34gnupg-2.2.34
Diffstat (limited to 'g13')
-rw-r--r--g13/Makefile.am2
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)