From f8ce31a7bf1ee85e5010b628a66e6f69486e5213 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 13 Feb 2017 10:18:45 +0100 Subject: g13: Fix build on macOS. * g13/Makefile.am (t_common_ldadd): Add iconv. Signed-off-by: Justus Winter --- g13/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g13') diff --git a/g13/Makefile.am b/g13/Makefile.am index c0e7a7115..cc0e6a809 100644 --- a/g13/Makefile.am +++ b/g13/Makefile.am @@ -70,7 +70,7 @@ g13_syshelp_LDADD = $(libcommon) \ module_tests = t-g13tuple t_common_ldadd = $(libcommon) $(LIBGCRYPT_LIBS) \ - $(LIBASSUAN_LIBS) + $(LIBASSUAN_LIBS) $(LIBICONV) t_g13tuple_SOURCES = t-g13tuple.c g13tuple.c t_g13tuple_LDADD = $(t_common_ldadd) -- cgit v1.2.3