summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 3b8dfea7..2f7d24f7 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -177,7 +177,7 @@ endif
#########################################################
if HAVE_CAIRO_PNG
-noinst_PROGRAMS += cairosimple
+noinst_PROGRAMS += cairosimple cairosimple-ps
cairosimple_SOURCES = \
cairosimple.c
@@ -186,6 +186,14 @@ cairosimple_LDADD = \
../pango/libpangocairo-$(PANGO_API_VERSION).la \
$(GLIB_LIBS) \
$(CAIRO_LIBS)
+
+cairosimple_ps_SOURCES = \
+ cairosimple-ps.c
+cairosimple_ps_LDADD = \
+ ../pango/libpango-$(PANGO_API_VERSION).la \
+ ../pango/libpangocairo-$(PANGO_API_VERSION).la \
+ $(GLIB_LIBS) \
+ $(CAIRO_LIBS)
endif
#########################################################