Add cairo-xlib-xrender.h which was missed from an earlier commit.

This commit is contained in:
Carl Worth 2005-05-17 06:12:52 +00:00
parent 30d7ede3df
commit f82a3b2b55
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-05-17 Carl Worth <cworth@cworth.org>
* src/Makefile.am (libcairo_xlib_headers): Add
cairo-xlib-xrender.h which was missed from an earlier commit.
2005-05-17 Carl Worth <cworth@cworth.org>
* src/Makefile.am:

View file

@ -14,7 +14,7 @@ libcairo_png_sources = cairo-png.c
endif
if CAIRO_HAS_XLIB_SURFACE
libcairo_xlib_headers = cairo-xlib.h
libcairo_xlib_headers = cairo-xlib.h cairo-xlib-xrender.h
libcairo_xlib_sources = cairo-xlib-surface.c cairo-xlib-test.h
endif