mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 12:48:04 +02:00
Add missing cairo-debug.h which was hold up make distcheck.
This commit is contained in:
parent
4d2b8bddde
commit
9a088c2fad
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue