diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-09-09 19:43:48 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-09-09 19:43:48 +0100 |
commit | d8ac76bcec6518f99b21feb0981c4887e89700b7 (patch) | |
tree | 40cd0ec3f4fbb6b5532c51f54e501062e7027c39 /perf | |
parent | ee15e030d8c76df1163706b99369151a93a03524 (diff) |
perf/Makefile.am: Add missing '\' line continuation
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'perf')
-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) \ |