summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-05-17 06:12:52 +0000
committerCarl Worth <cworth@cworth.org>2005-05-17 06:12:52 +0000
commitf82a3b2b557c91be0f6e6e26f89c5f7ef90b426a (patch)
treeba6e38c76c3a034d279abfbd0c909d92c6e5717b
parent30d7ede3dfdc256180e4447debd0be6d69c699b7 (diff)
Add cairo-xlib-xrender.h which was missed from an earlier commit.
-rw-r--r--ChangeLog5
-rw-r--r--src/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a9f5f9cf3..556f03c1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
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:
* src/cairo-xcb.h:
* src/cairo-xcb-xrender.h:
diff --git a/src/Makefile.am b/src/Makefile.am
index 58ca5a0b9..62a69b81d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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