mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-24 23:00:09 +01:00
perf/Makefile.am: Add missing '\' line continuation
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
ee15e030d8
commit
d8ac76bcec
1 changed files with 3 additions and 2 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue