From bd5f423b74882c9dde374191a86821d1bbac886f Mon Sep 17 00:00:00 2001 From: Ken Hornstein Date: Mon, 26 Nov 2012 11:25:31 -0500 Subject: [PATCH] Since pick now uses decode_rfc2047, we need to be sure to link in the iconv library (if we need it). --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 6226054..27ffdfb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -318,6 +318,7 @@ uip_new_SOURCES = uip/new.c uip_packf_SOURCES = uip/packf.c uip/dropsbr.c uip_pick_SOURCES = uip/pick.c uip/picksbr.c +uip_pick_LDADD = $(LDADD) $(ICONVLIB) uip_prompter_SOURCES = uip/prompter.c -- 1.7.10.4