diff options
author | Andrea Canciani <ranma42@gmail.com> | 2011-08-31 16:42:03 +0200 |
---|---|---|
committer | Andrea Canciani <ranma42@gmail.com> | 2011-09-02 12:45:49 +0200 |
commit | 2855ff4666922f2c38505414270d47f659b0d499 (patch) | |
tree | 94584b6e1a8003c43b328e44c00da84d993e44fe /perf/Makefile.sources | |
parent | 6d6bfbd641bbb4de62df704e724e507a7e55b883 (diff) |
perf: Reuse cairo-time
Instead of redefining time getters, use the generic one provided by
_cairo_time_*.
Diffstat (limited to 'perf/Makefile.sources')
-rw-r--r-- | perf/Makefile.sources | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/perf/Makefile.sources b/perf/Makefile.sources index 0c15ae9c..b99234b2 100644 --- a/perf/Makefile.sources +++ b/perf/Makefile.sources @@ -1,11 +1,10 @@ libcairoperf_sources = \ - cairo-perf-os2.c \ - cairo-perf-posix.c \ - cairo-perf-report.c \ - cairo-perf-win32.c \ + cairo-perf.c \ cairo-stats.c \ $(NULL) +libcairoperf_external_sources = ../src/cairo-time.c + libcairoperf_headers = \ cairo-perf.h \ cairo-stats.h \ |