Makefiles: Use $(LTLIBREADLINE) instead of $(LIBREADLINE).
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 11 Aug 2013 15:25:08 +0000 (08:25 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 11 Aug 2013 15:25:30 +0000 (08:25 -0700)
Fixes a link failure with -Wl,--as-needed.

Reported by Sebastien Fabbro.
Bug #39707.

src/ui/terminal/automake.mk

index 7bf2e6fc36dc30b3ddc3e71f4761c0a820072048..08ecbad54e519776b69cbcba6226cd37d567f32f 100644 (file)
@@ -24,7 +24,7 @@ src_ui_terminal_pspp_LDADD = \
        src/libpspp-core.la \
        $(CAIRO_LIBS) \
        $(NCURSES_LIBS) \
-       $(LIBREADLINE) \
+       $(LTLIBREADLINE) \
        $(GSL_LIBS)