X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fterminal%2Fautomake.mk;h=7bf2e6fc36dc30b3ddc3e71f4761c0a820072048;hb=cff03324423d6ff8a35a52d078d75f0a1a028c70;hp=3fa72c41739dc0505384762c67dabe1c1ac198b8;hpb=9ade26c8349b4434008c46cf09bc7473ec743972;p=pspp diff --git a/src/ui/terminal/automake.mk b/src/ui/terminal/automake.mk index 3fa72c4173..7bf2e6fc36 100644 --- a/src/ui/terminal/automake.mk +++ b/src/ui/terminal/automake.mk @@ -24,8 +24,8 @@ src_ui_terminal_pspp_LDADD = \ src/libpspp-core.la \ $(CAIRO_LIBS) \ $(NCURSES_LIBS) \ - $(LIBICONV) \ - $(LIBINTL) $(LIBREADLINE) + $(LIBREADLINE) \ + $(GSL_LIBS) src_ui_terminal_pspp_LDFLAGS = $(PSPP_LDFLAGS) $(PG_LDFLAGS)