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 --- agent/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'agent') diff --git a/agent/Makefile.am b/agent/Makefile.am index 19700888b..ed0ed441f 100644 --- a/agent/Makefile.am +++ b/agent/Makefile.am @@ -64,7 +64,8 @@ pwquery_libs = ../common/libsimple-pwquery.a endif -gpg_agent_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) $(NPTH_CFLAGS) +gpg_agent_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) $(NPTH_CFLAGS) \ + $(INCICONV) gpg_agent_LDADD = $(commonpth_libs) \ $(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(NPTH_LIBS) \ $(GPG_ERROR_LIBS) $(LIBINTL) $(NETLIBS) $(LIBICONV) \ @@ -76,7 +77,8 @@ gpg_protect_tool_SOURCES = \ protect-tool.c \ protect.c cvt-openpgp.c -gpg_protect_tool_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) +gpg_protect_tool_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) \ + $(INCICONV) gpg_protect_tool_LDADD = $(common_libs) $(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) \ $(GPG_ERROR_LIBS) $(LIBINTL) $(NETLIBS) $(LIBICONV) -- cgit v1.2.3