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 \