X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fterminal%2Fautomake.mk;h=81b896dc878839d44590f9e3205ebc53d5e07fb0;hb=fddfbb3c47fe4234453350df5b4559d75c3bedc9;hp=0bfa32ccad62ac1169ce23da07717f9e16f7a1f5;hpb=2c81ed67896a7d3522c4ccdaf09e832491efd589;p=pspp-builds.git diff --git a/src/ui/terminal/automake.mk b/src/ui/terminal/automake.mk index 0bfa32cc..81b896dc 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)