From 4d2b8bddded15662015466046039650c20231bbf Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 8 Aug 2005 20:57:13 +0000 Subject: [PATCH] Fix typo that was holding up make distcheck from working. --- ChangeLog | 5 +++++ test/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d201cdedd..915566f61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-08 Carl Worth + + * test/Makefile.am (EXTRA_DIST): Fix typo that was holding up make + distcheck from working. + 2005-08-08 Billy Biggs * src/cairo-path-data-private.h: Declare _cairo_path_nil as extern. diff --git a/test/Makefile.am b/test/Makefile.am index e30af427b..e630b66b9 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -63,7 +63,7 @@ endif # I really don't like having to repeat this list. Anyone know a good # way to avoid it? Can I use a wildcard here? EXTRA_DIST = \ -a8-mask.png \ +a8-mask-ref.png \ clip-nesting-ref.png \ clip-operator-ref.png \ clip-twice-ref.png \