summaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2011-08-04 21:06:53 +0200
committerUli Schlachter <psychon@znc.in>2011-08-04 21:10:09 +0200
commit971d42302cf52fa5007fc1faa94542fcad9bacfb (patch)
tree013ea1aa35fd6dcb8487c00dece315809d737274 /perf
parent78f7db1a7f668dbcc80366511ecaf9ff30b77a98 (diff)
downloadcairo-971d42302cf52fa5007fc1faa94542fcad9bacfb.tar.gz
perf: Also build the code in perf/micro
This fixes weird and occasional build failures when updating the source, e.g.: cairo-perf-micro.o:(.rodata+0xb0): undefined reference to `hash_table' Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'perf')
-rw-r--r--perf/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/perf/Makefile.am b/perf/Makefile.am
index 17678a3c1..d41891f6c 100644
--- a/perf/Makefile.am
+++ b/perf/Makefile.am
@@ -12,6 +12,8 @@ AM_CPPFLAGS = \
AM_LDFLAGS = $(CAIRO_LDFLAGS)
+SUBDIRS = micro
+
noinst_PROGRAMS = cairo-perf-trace cairo-perf-micro
EXTRA_PROGRAMS += cairo-perf-micro \