Link against $(LIBICONV).
authorBen Pfaff <blp@gnu.org>
Tue, 27 Jun 2006 15:23:30 +0000 (15:23 +0000)
committerBen Pfaff <blp@gnu.org>
Tue, 27 Jun 2006 15:23:30 +0000 (15:23 +0000)
src/ui/terminal/ChangeLog
src/ui/terminal/automake.mk

index f86d6c8ca7053f0a18e90213f589244f56924951..00cef0f79459527b4e61bb2077af79f803df4037 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jun 27 08:23:07 2006  Ben Pfaff  <blp@gnu.org>
+
+       * 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  <blp@gnu.org>
 
        Continue reforming procedure execution.  In this phase, move
index 105a6b26258e18a85b4b2551b7253dfde78dd380..26260b4862323cf57d0921e900458a873e2a1ca7 100644 (file)
@@ -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@