From 36be36022d2a73818e514be8f9a9ccbe9160165f Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 9 Apr 2011 10:57:55 -0700 Subject: [PATCH] gui: Link against $(LIBICONV) too. The GUI now uses iconv, so we need to link libiconv too. Problem reported by Harry Thijssen . Fix suggested by John Darrington . --- src/ui/gui/automake.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/gui/automake.mk b/src/ui/gui/automake.mk index eb37c16c..5672b15e 100644 --- a/src/ui/gui/automake.mk +++ b/src/ui/gui/automake.mk @@ -66,6 +66,7 @@ src_ui_gui_psppire_LDADD = \ src/libpspp-core.la \ $(GTK_LIBS) \ $(CAIRO_LIBS) \ + $(LIBICONV) \ $(LIBINTL) src_ui_gui_psppiredir = $(pkgdatadir) -- 2.30.2