From d8ac76bcec6518f99b21feb0981c4887e89700b7 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 9 Sep 2011 19:43:48 +0100 Subject: [PATCH] perf/Makefile.am: Add missing '\' line continuation Signed-off-by: Chris Wilson --- perf/Makefile.am | 5 +++-- 1 file 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) \