projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28d85aa
)
gui: Link against $(LIBICONV) too.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 9 Apr 2011 17:57:55 +0000
(10:57 -0700)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/src/ui/gui/automake.mk
b/src/ui/gui/automake.mk
index eb37c16cd66a58c5ad123b38f5e6d833ff241874..5672b15ef59e20feb721bf330b2cdf6738feb826 100644
(file)
--- 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)