From d7bdc9477552382163ee0a0521a13c212015a4e8 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 19 Sep 2005 14:14:03 +0000 Subject: [PATCH] Add cairo-cache-private.h which was missing from the list, (thanks to sunmoon1997). --- ChangeLog | 5 +++++ src/Makefile.am | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9c33aeef3..b0193f057 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-19 Carl Worth + + * 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 * ROADMAP: Note that 4414 is now fixed. diff --git a/src/Makefile.am b/src/Makefile.am index a2c344149..7171ad813 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \