X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fterminal%2Fautomake.mk;h=63b83384ada6a75162df9e8e867fc1a11896a904;hb=cb72db62c20ecab427229110820c5b053d0663c4;hp=cd47b62e7863af1859a725b206225526fa4363e8;hpb=f53a8edca920c02c6fd4cc40e56606d665e71a25;p=pspp diff --git a/src/ui/terminal/automake.mk b/src/ui/terminal/automake.mk index cd47b62e78..63b83384ad 100644 --- a/src/ui/terminal/automake.mk +++ b/src/ui/terminal/automake.mk @@ -25,10 +25,10 @@ src_ui_terminal_pspp_LDADD = \ src/ui/libuicommon.la \ src/libpspp.la \ src/libpspp-core.la \ + $(CAIRO_LIBS) \ $(NCURSES_LIBS) \ $(LIBICONV) \ - @LIBINTL@ @LIBREADLINE@ \ - $(LIB_CLOSE) + @LIBINTL@ @LIBREADLINE@ src_ui_terminal_pspp_LDFLAGS = $(PSPP_LDFLAGS) $(PG_LDFLAGS)