Add missing cairo-debug.h which was hold up make distcheck.

This commit is contained in:
Carl Worth 2005-08-08 21:02:11 +00:00
parent 4d2b8bddde
commit 9a088c2fad
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-08-08 Carl Worth <cworth@cworth.org>
* src/Makefile.am (libcairo_la_SOURCES): Add missing cairo-debug.h
which was hold up make distcheck.
2005-08-08 Carl Worth <cworth@cworth.org>
* test/Makefile.am (EXTRA_DIST): Fix typo that was holding up make

View file

@ -89,6 +89,7 @@ libcairo_la_SOURCES = \
cairo-clip-private.h \
cairo-color.c \
cairo-debug.c \
cairo-debug.h \
cairo-fixed.c \
cairo-font.c \
cairo-font-options.c \