Revert "Fix DSO linking issue"
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 16 Apr 2012 14:39:43 +0000 (07:39 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 16 Apr 2012 14:39:43 +0000 (07:39 -0700)
This reverts commit 34abd8c7de0cac8efeead7fb3848427fb944b5bd.
The author blindly posted the patch without actually testing
whether it was necessary.  It was not, because the libraries
in question were already linked against.  Thanks to John
Darrington for pointing that out.

src/ui/gui/automake.mk
src/ui/terminal/automake.mk

index e6aaf57dafcf68f094ef75dc123275c18a07dc94..75ca28a7133229054de674edd3e347ab9f2d3f6d 100644 (file)
@@ -73,7 +73,6 @@ src_ui_gui_psppire_LDADD = \
        src/ui/libuicommon.la \
        src/libpspp.la \
        src/libpspp-core.la \
-       $(GSL_LIBS) \
        $(GTK_LIBS) \
        $(GTKSOURCEVIEW_LIBS) \
        $(CAIRO_LIBS) \
index 82f9ef80754709e90dedfd19cd59e575ecb9ec43..7bf2e6fc36dc30b3ddc3e71f4761c0a820072048 100644 (file)
@@ -23,7 +23,6 @@ src_ui_terminal_pspp_LDADD = \
        src/libpspp.la \
        src/libpspp-core.la \
        $(CAIRO_LIBS) \
-       $(GSL_LIBS) \
        $(NCURSES_LIBS) \
        $(LIBREADLINE) \
        $(GSL_LIBS)