summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2006-04-29 19:03:55 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-04-29 19:03:55 +0000
commit58493b0080dc8d91e09b8b9ec05f910388730047 (patch)
treec0de181f53f4ceb35518693e738edf332a06da89 /examples
parent96b9e23f46410cb0447cd8da631ac20942d41724 (diff)
downloadpango-58493b0080dc8d91e09b8b9ec05f910388730047.tar.gz
Oops.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am10
1 files changed, 1 insertions, 9 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 2f7d24f7..3b8dfea7 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -177,7 +177,7 @@ endif
#########################################################
if HAVE_CAIRO_PNG
-noinst_PROGRAMS += cairosimple cairosimple-ps
+noinst_PROGRAMS += cairosimple
cairosimple_SOURCES = \
cairosimple.c
@@ -186,14 +186,6 @@ 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
#########################################################