From: Ken Hornstein Date: Mon, 26 Nov 2012 16:25:31 +0000 (-0500) Subject: Since pick now uses decode_rfc2047, we need to be sure to link in the X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=bd5f423b74882c9dde374191a86821d1bbac886f;p=mmh Since pick now uses decode_rfc2047, we need to be sure to link in the iconv library (if we need it). --- 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