We must explicitly list every required library in case then linker is built
with default behaviour which prevents implicit DSO linking.
See this for the details on DSO Linking issues:
http://fedoraproject.org/wiki/UnderstandingDSOLinkChange
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
src/ui/libuicommon.la \
src/libpspp.la \
src/libpspp-core.la \
+ $(GSL_LIBS) \
$(GTK_LIBS) \
$(GTKSOURCEVIEW_LIBS) \
$(CAIRO_LIBS) \
src/libpspp.la \
src/libpspp-core.la \
$(CAIRO_LIBS) \
+ $(GSL_LIBS) \
$(NCURSES_LIBS) \
$(LIBREADLINE) \
$(GSL_LIBS)