diff options
-rw-r--r-- | perf/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perf/Makefile.am b/perf/Makefile.am index 28a4720a..92f0dfc1 100644 --- a/perf/Makefile.am +++ b/perf/Makefile.am @@ -48,8 +48,9 @@ cairo_perf_micro_DEPENDENCIES = \ libcairoperf_la_SOURCES = \ $(libcairoperf_sources) \ - $(libcairoperf_external_sources) - $(libcairoperf_headers) + $(libcairoperf_external_sources) \ + $(libcairoperf_headers) \ + $(NULL) cairo_analyse_trace_SOURCES = \ $(cairo_analyse_trace_sources) \ |