diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-08-13 10:04:33 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-08-13 10:06:08 +0100 |
commit | 6d1c0e6d28ef61efbfa8f06f13840fd151cfb07e (patch) | |
tree | 6abda33367db4e14643584d16be95d2d7a87a489 /perf | |
parent | 1ccd269a3f33684bfbedcd94ad9bca56b1404143 (diff) |
Fix pollution from skia commit
I forgot to proof-read the patch before pushing and forgot I had left in
some damage from trying to get skia to link using libtool.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'perf')
-rw-r--r-- | perf/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/perf/Makefile.am b/perf/Makefile.am index f3eb734f..d41891f6 100644 --- a/perf/Makefile.am +++ b/perf/Makefile.am @@ -43,13 +43,12 @@ libcairoperf_la_SOURCES = \ $(libcairoperf_headers) libcairoperf_la_LIBADD = $(CAIROPERF_LIBS) -cairo_perf_trace_SOURCES = a.cpp \ +cairo_perf_trace_SOURCES = \ $(cairo_perf_trace_sources) \ $(cairo_perf_trace_external_sources) cairo_perf_trace_LDADD = \ $(top_builddir)/util/cairo-script/libcairo-script-interpreter.la \ - $(LDADD) $(CAIRO_LIBS) -skia = -Wl,--start-group @skia_DIR@/out/Debug/obj.target/gyp/libeffects.a @skia_DIR@/out/Debug/obj.target/gyp/libimages.a @skia_DIR@/out/Debug/obj.target/gyp/libutils.a @skia_DIR@/out/Debug/obj.target/gyp/libopts.a @skia_DIR@/out/Debug/obj.target/gyp/libcore.a -Wl,--end-group + $(LDADD) cairo_perf_trace_DEPENDENCIES = \ $(top_builddir)/util/cairo-script/libcairo-script-interpreter.la \ $(LDADD) |