gui: Link against $(LIBICONV) too.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 9 Apr 2011 17:57:55 +0000 (10:57 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 9 Apr 2011 17:57:55 +0000 (10:57 -0700)
The GUI now uses iconv, so we need to link libiconv too.

Problem reported by Harry Thijssen <harry.thijssen@gmail.com>.
Fix suggested by John Darrington <john@darrington.wattle.id.au>.

src/ui/gui/automake.mk

index eb37c16cd66a58c5ad123b38f5e6d833ff241874..5672b15ef59e20feb721bf330b2cdf6738feb826 100644 (file)
@@ -66,6 +66,7 @@ src_ui_gui_psppire_LDADD = \
        src/libpspp-core.la \
        $(GTK_LIBS) \
        $(CAIRO_LIBS) \
+       $(LIBICONV) \
        $(LIBINTL)
 
 src_ui_gui_psppiredir = $(pkgdatadir)