diff options
author | Carl Worth <cworth@cworth.org> | 2006-05-04 23:44:07 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-05-04 23:44:07 -0700 |
commit | 7ba3b75efd56113411ed141a86675099ae82d5d5 (patch) | |
tree | fec3b3dfc652f502f5a709b5c72fa9390ec2ed69 | |
parent | 5b3425972dd8864a754ca4551f375151b409fdb5 (diff) |
Fix typos in EXTRA_DIST list of reference images.1.1.6
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 0dbabc5f6..34902abfb 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -158,8 +158,8 @@ dash-zero-length-ps-argb32-ref.png \ fill-and-stroke-ref.png \ fill-and-stroke-rgb24-ref.png \ fill-and-stroke-ps-argb32-ref.png \ -fill-and-stroke-ref-alpha.png \ -fill-and-stroke-ref-alpha-add.png \ +fill-and-stroke-alpha-ref.png \ +fill-and-stroke-alpha-add-ref.png \ fill-rule-ref.png \ fill-rule-rgb24-ref.png \ fill-rule-ps-argb32-ref.png \ |