[cairo-commit] perf/Makefile.am
Chris Wilson
ickle at kemper.freedesktop.org
Thu Jun 11 14:29:10 PDT 2009
perf/Makefile.am | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
New commits:
commit 9e3019ef987f8d3ad424c13ffae5a15b08beb327
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Thu Jun 11 22:27:18 2009 +0100
[perf] Add libcairoperf.la to DEPENDENCIES
It seems adding the explicit dependencies to encourage it to rebuild
components from other parts of the source tree removed the automagic
dependency of libcairoperf.la. So add it to the list. Maybe this is not
the correct solution, but it works again for now.
diff --git a/perf/Makefile.am b/perf/Makefile.am
index 362fdac..1d05d8e 100644
--- a/perf/Makefile.am
+++ b/perf/Makefile.am
@@ -68,7 +68,8 @@ endif
cairo_perf_LDADD = $(LDADD)
cairo_perf_DEPENDENCIES = \
$(top_builddir)/boilerplate/libcairoboilerplate.la \
- $(top_builddir)/src/libcairo.la
+ $(top_builddir)/src/libcairo.la \
+ libcairoperf.la
libcairoperf_la_SOURCES = \
cairo-perf-report.c \
@@ -92,7 +93,8 @@ cairo_perf_trace_LDADD = \
cairo_perf_trace_DEPENDENCIES = \
$(top_builddir)/util/cairo-script/libcairo-script-interpreter.la \
$(top_builddir)/boilerplate/libcairoboilerplate.la \
- $(top_builddir)/src/libcairo.la
+ $(top_builddir)/src/libcairo.la \
+ libcairoperf.la
cairo_perf_diff_files_SOURCES = \
cairo-perf-diff-files.c
More information about the cairo-commit
mailing list