From 1481fa5132ab66de40de270668024bc07ed64bcf Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 28 Jul 2005 11:33:11 +0000 Subject: [PATCH] Add text-antialias-{gray|none|subpixel}-ref.png so they get distributed. --- ChangeLog | 6 ++++++ test/Makefile.am | 3 +++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1ddbbb681..7b521e3b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-28 Carl Worth + + * test/Makefile.am (EXTRA_DIST): Add + text-antialias-{gray|none|subpixel}-ref.png so they get + distributed. + 2005-07-28 Dave Beckett * test/cairo-test.c (cairo_test_create_surface_from_png): Use diff --git a/test/Makefile.am b/test/Makefile.am index e1f22eb36..e34557da0 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -85,6 +85,9 @@ set-source-ref.png \ source-clip-ref.png \ source-surface-scale-paint-ref.png \ surface-pattern-ref.png \ +text-antialias-gray-ref.png \ +text-antialias-none-ref.png \ +text-antialias-subpixel-ref.png \ transforms-ref.png \ translate-show-surface-ref.png \ trap-clip-ref.png \