summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)