Fix DSO linking issue
[pspp] / src / ui / terminal / automake.mk
index af397a10302079b5c566527b792f9e9e6a570f84..82f9ef80754709e90dedfd19cd59e575ecb9ec43 100644 (file)
@@ -23,8 +23,10 @@ src_ui_terminal_pspp_LDADD = \
        src/libpspp.la \
        src/libpspp-core.la \
        $(CAIRO_LIBS) \
+       $(GSL_LIBS) \
        $(NCURSES_LIBS) \
-       $(LIBREADLINE)
+       $(LIBREADLINE) \
+       $(GSL_LIBS)
 
 
 src_ui_terminal_pspp_LDFLAGS = $(PSPP_LDFLAGS) $(PG_LDFLAGS)