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: https://diplodocus.org/git/nmh/commitdiff_plain/bd5f423b74882c9dde374191a86821d1bbac886f?hp=b539e0ea24655af841e2e20e3dda3950e9736fac 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 62260544..27ffdfbb 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