mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 08:28:03 +02:00
Add cairo-cache-private.h which was missing from the list, (thanks to sunmoon1997).
This commit is contained in:
parent
80561375c4
commit
d7bdc94775
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-09-19 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* src/Makefile.am (libcairo_la_SOURCES): Add cairo-cache-private.h
|
||||
which was missing from the list, (thanks to sunmoon1997).
|
||||
|
||||
2005-09-19 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* ROADMAP: Note that 4414 is now fixed.
|
||||
|
|
|
|||
|
|
@ -96,6 +96,7 @@ libcairo_la_SOURCES = \
|
|||
cairo-arc-private.h \
|
||||
cairo-array.c \
|
||||
cairo-cache.c \
|
||||
cairo-cache-private.h \
|
||||
cairo-clip.c \
|
||||
cairo-clip-private.h \
|
||||
cairo-color.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue