Add cairo-cache-private.h which was missing from the list, (thanks to sunmoon1997).

This commit is contained in:
Carl Worth 2005-09-19 14:14:03 +00:00
parent 80561375c4
commit d7bdc94775
2 changed files with 6 additions and 0 deletions

View file

@ -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.

View file

@ -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 \