X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fterminal%2Fautomake.mk;h=81b896dc878839d44590f9e3205ebc53d5e07fb0;hb=8a92de555939887bbb784e44f4e3c901698a2dd4;hp=0bfa32ccad62ac1169ce23da07717f9e16f7a1f5;hpb=2c81ed67896a7d3522c4ccdaf09e832491efd589;p=pspp diff --git a/src/ui/terminal/automake.mk b/src/ui/terminal/automake.mk index 0bfa32ccad..81b896dc87 100644 --- a/src/ui/terminal/automake.mk +++ b/src/ui/terminal/automake.mk @@ -25,9 +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@ + $(LIBINTL) $(LIBREADLINE) src_ui_terminal_pspp_LDFLAGS = $(PSPP_LDFLAGS) $(PG_LDFLAGS)