mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-24 18:20:09 +01:00
Fix typo that was holding up make distcheck from working.
This commit is contained in:
parent
1278ade229
commit
4d2b8bddde
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-08-08 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* test/Makefile.am (EXTRA_DIST): Fix typo that was holding up make
|
||||
distcheck from working.
|
||||
|
||||
2005-08-08 Billy Biggs <vektor@dumbterm.net>
|
||||
|
||||
* src/cairo-path-data-private.h: Declare _cairo_path_nil as extern.
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue