Merge commit 'origin/master' into sso
[pspp] / src / ui / terminal / automake.mk
index 0bfa32ccad62ac1169ce23da07717f9e16f7a1f5..81b896dc878839d44590f9e3205ebc53d5e07fb0 100644 (file)
@@ -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)