diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-06-13 14:07:22 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-06-13 14:07:22 +0100 |
commit | 606790a86083d31fa50ed5e0cf621eca56c16e33 (patch) | |
tree | 5b94616eb1738e562b56bc3020c53cdfac61493a /util/cairo-script | |
parent | 31b7652e1fa2ab2bd9e9df7f5517b7d678faf6aa (diff) |
[script] Disable compilation of examples
Now that cairo-perf-trace exists and is a far superior replay tool, use
EXTRA_PROGRAM for the original replay tools.
Diffstat (limited to 'util/cairo-script')
-rw-r--r-- | util/cairo-script/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cairo-script/Makefile.am b/util/cairo-script/Makefile.am index db5e9531..644185bb 100644 --- a/util/cairo-script/Makefile.am +++ b/util/cairo-script/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = examples lib_LTLIBRARIES = libcairo-script-interpreter.la -noinst_PROGRAMS = csi-replay csi-exec +EXTRA_PROGRAMS = csi-replay csi-exec AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src |