diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2006-04-29 19:03:55 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-04-29 19:03:55 +0000 |
commit | 58493b0080dc8d91e09b8b9ec05f910388730047 (patch) | |
tree | c0de181f53f4ceb35518693e738edf332a06da89 /examples | |
parent | 96b9e23f46410cb0447cd8da631ac20942d41724 (diff) | |
download | pango-58493b0080dc8d91e09b8b9ec05f910388730047.tar.gz |
Oops.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 10 |
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 ######################################################### |