[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.
This commit is contained in:
Chris Wilson 2009-06-11 22:27:18 +01:00
parent 55cbf52547
commit 9e3019ef98

View file

@ -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