diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2008-11-13 11:07:45 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-11-13 11:36:55 +0000 |
commit | cdfffc7420e005b2a7d1979feef8bd304183126c (patch) | |
tree | 810d18e710b9af9fe0db52e066bc8a62a14a0e5c /util/Makefile.am | |
parent | a856371bef496da0e84226f4fd2fc3cb72e955ac (diff) |
Add CairoScript interpreter
Add a CairoScript interpreter library and use it to replay the test output
for the CairoScript backend. The library is also used by the currently
standalone Sphinx debugger [git://anongit.freedesktop.org/~ickle/sphinx].
The syntax/operator semantics are not yet finalized, but are expected to
mature before the next stable release.
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index 42c831c91..f272e4c40 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/build/Makefile.am.common -SUBDIRS = . +SUBDIRS = . cairo-script if BUILD_TRACE SUBDIRS += cairo-trace |