Skip to content

Commit

Permalink
perf/Makefile.am: Add missing '\' line continuation
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
  • Loading branch information
Chris Wilson committed Sep 9, 2011
1 parent ee15e03 commit d8ac76b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions perf/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit d8ac76b

Please sign in to comment.