summaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-09-09 19:43:48 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-09-09 19:43:48 +0100
commitd8ac76bcec6518f99b21feb0981c4887e89700b7 (patch)
tree40cd0ec3f4fbb6b5532c51f54e501062e7027c39 /perf
parentee15e030d8c76df1163706b99369151a93a03524 (diff)
downloadcairo-d8ac76bcec6518f99b21feb0981c4887e89700b7.tar.gz
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.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/perf/Makefile.am b/perf/Makefile.am
index 28a4720a2..92f0dfc15 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) \