From: Ben Pfaff Date: Sun, 11 Aug 2013 15:25:08 +0000 (-0700) Subject: Makefiles: Use $(LTLIBREADLINE) instead of $(LIBREADLINE). X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15041c8d3d08748db1706dc324c43b50b6c44635;p=pspp Makefiles: Use $(LTLIBREADLINE) instead of $(LIBREADLINE). Fixes a link failure with -Wl,--as-needed. Reported by Sebastien Fabbro. Bug #39707. --- diff --git a/src/ui/terminal/automake.mk b/src/ui/terminal/automake.mk index 7bf2e6fc36..08ecbad54e 100644 --- a/src/ui/terminal/automake.mk +++ b/src/ui/terminal/automake.mk @@ -24,7 +24,7 @@ src_ui_terminal_pspp_LDADD = \ src/libpspp-core.la \ $(CAIRO_LIBS) \ $(NCURSES_LIBS) \ - $(LIBREADLINE) \ + $(LTLIBREADLINE) \ $(GSL_LIBS)