output: Add initial support for PSPP output via Cairo.
[pspp] / src / ui / terminal / automake.mk
index 598cdddd8eefaeea38196d188be9e33baeda36f0..63b83384ada6a75162df9e8e867fc1a11896a904 100644 (file)
@@ -25,12 +25,13 @@ src_ui_terminal_pspp_LDADD = \
        src/ui/libuicommon.la \
        src/libpspp.la \
        src/libpspp-core.la \
+       $(CAIRO_LIBS) \
        $(NCURSES_LIBS) \
        $(LIBICONV) \
        @LIBINTL@ @LIBREADLINE@
 
 
-src_ui_terminal_pspp_LDFLAGS = $(PG_LDFLAGS)
+src_ui_terminal_pspp_LDFLAGS = $(PSPP_LDFLAGS) $(PG_LDFLAGS)
 
 if RELOCATABLE_VIA_LD
 src_ui_terminal_pspp_LDFLAGS += `$(RELOCATABLE_LDFLAGS) $(bindir)`