From 6054e8aaecbd355bb7559697eecaadf2225189b8 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 30 Sep 2016 12:34:31 +0200 Subject: build: Fix build against libiconv. * agent/Makefile.am: Add INCICONV and LIBICONV. * common/Makefile.am: Likewise. * tools/Makefile.am: Likewise. Signed-off-by: Justus Winter --- common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/Makefile.am b/common/Makefile.am index 9f151f250..960d1dc9e 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -177,7 +177,7 @@ endif t_extra_src = t-support.h t_common_cflags = $(KSBA_CFLAGS) $(LIBGCRYPT_CFLAGS) \ - $(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS) + $(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS) $(INCICONV) t_common_ldadd = libcommon.a \ $(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(GPG_ERROR_LIBS) \ $(LIBINTL) $(LIBICONV) -- cgit v1.2.3