From 971d42302cf52fa5007fc1faa94542fcad9bacfb Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Thu, 4 Aug 2011 21:06:53 +0200 Subject: [PATCH] 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 --- perf/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 \