summaryrefslogtreecommitdiff
path: root/src/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-11-04 10:45:34 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2008-11-13 11:36:54 +0000
commita856371bef496da0e84226f4fd2fc3cb72e955ac (patch)
tree95f1f503c692a03aae722a28a44eb44c96143106 /src/Makefile.sources
parent47a56e08501ec9375f75c15e35a68c77b313ada4 (diff)
Add CairoScript backend.
A new meta-surface backend for serialising drawing operations to a CairoScript file. The principal use (as currently envisaged) is to provide a round-trip testing mechanism for CairoScript - i.e. we can generate script files for every test in the suite and check that we can replay them with perfect fidelity. (Obviously this does not provide complete coverage of CairoScript's syntax, but should give reasonable coverage over the operators.)
Diffstat (limited to 'src/Makefile.sources')
-rw-r--r--src/Makefile.sources3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.sources b/src/Makefile.sources
index 0b44bbf2..58781dd9 100644
--- a/src/Makefile.sources
+++ b/src/Makefile.sources
@@ -249,3 +249,6 @@ cairo_directfb_sources = cairo-directfb-surface.c
cairo_sdl_headers = cairo-sdl.h
cairo_sdl_sources = cairo-sdl-surface.c
+
+cairo_script_headers = cairo-script.h
+cairo_script_sources = cairo-script-surface.c