diff options
Diffstat (limited to 'perf/Makefile.sources')
-rw-r--r-- | perf/Makefile.sources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perf/Makefile.sources b/perf/Makefile.sources index b99234b27..1fcf14809 100644 --- a/perf/Makefile.sources +++ b/perf/Makefile.sources @@ -1,5 +1,6 @@ libcairoperf_sources = \ - cairo-perf.c \ + cairo-perf.c \ + cairo-perf-report.c \ cairo-stats.c \ $(NULL) |