From: Ben Pfaff Date: Tue, 27 Jun 2006 15:23:30 +0000 (+0000) Subject: Link against $(LIBICONV). X-Git-Tag: v0.6.0~803 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ae8b9ba0e2634a5b72ac6470ebbdf92a78b7892;p=pspp-builds.git Link against $(LIBICONV). --- diff --git a/src/ui/terminal/ChangeLog b/src/ui/terminal/ChangeLog index f86d6c8c..00cef0f7 100644 --- a/src/ui/terminal/ChangeLog +++ b/src/ui/terminal/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 27 08:23:07 2006 Ben Pfaff + + * automake.mk (src_ui_terminal_pspp_LDADD): Add $(LIBICONV). + Thanks to Jason Stover for reporting the omission. + Thu May 4 21:50:59 2006 Ben Pfaff Continue reforming procedure execution. In this phase, move diff --git a/src/ui/terminal/automake.mk b/src/ui/terminal/automake.mk index 105a6b26..26260b48 100644 --- a/src/ui/terminal/automake.mk +++ b/src/ui/terminal/automake.mk @@ -37,5 +37,6 @@ src_ui_terminal_pspp_LDADD = \ $(top_builddir)/src/data/libdata.a \ $(top_builddir)/src/libpspp/libpspp.a \ $(top_builddir)/gl/libgl.a \ + $(LIBICONV) \ @LIBINTL@ @LIBREADLINE@