Fix PSPP link on OpenSUSE and possibly Ubuntu 11.10.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 11 Jan 2012 04:52:11 +0000 (20:52 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 11 Jan 2012 04:52:11 +0000 (20:52 -0800)
Reported-by: friedrich nietzsche <f_nietsje@hotmail.com>
at http://comments.gmane.org/gmane.comp.statistics.pspp.devel/4850
Reported-by: Luis Cebamanos <luiceur@gmail.com>
at http://comments.gmane.org/gmane.comp.statistics.pspp.devel/4869
Reported-by: Mindaugus <embar@super.lt>
Tested-by: Mindaugus <embar@super.lt>
src/ui/gui/automake.mk
src/ui/terminal/automake.mk

index c007a8362c45ad4fbf83f97725a897929ab2eb6d..76e7ae09b0e897677b8da36220e3d26c7d6b1046 100644 (file)
@@ -74,7 +74,8 @@ src_ui_gui_psppire_LDADD = \
        $(GTK_LIBS) \
        $(GTKSOURCEVIEW_LIBS) \
        $(CAIRO_LIBS) \
-       $(LIBINTL)
+       $(LIBINTL) \
+       $(GSL_LIBS)
 
 src_ui_gui_psppiredir = $(pkgdatadir)
 
index af397a10302079b5c566527b792f9e9e6a570f84..7bf2e6fc36dc30b3ddc3e71f4761c0a820072048 100644 (file)
@@ -24,7 +24,8 @@ src_ui_terminal_pspp_LDADD = \
        src/libpspp-core.la \
        $(CAIRO_LIBS) \
        $(NCURSES_LIBS) \
-       $(LIBREADLINE)
+       $(LIBREADLINE) \
+       $(GSL_LIBS)
 
 
 src_ui_terminal_pspp_LDFLAGS = $(PSPP_LDFLAGS) $(PG_LDFLAGS)