From da094a085ae8ffbaba1a8b8edd86f755596609b3 Mon Sep 17 00:00:00 2001 From: Landry Breuil Date: Fri, 11 May 2012 07:55:39 -0400 Subject: [PATCH] bug 749678 - inconditionally export thread_helper.h, gfx/gl requires it - r=bjacob This is a VERY TEMPORARY fix until bug 753119 lands. The only reason why it's acceptable is that bug 753119 will take it out very soon. Non-profiler code should not use profiler headers. --- tools/profiler/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/profiler/Makefile.in b/tools/profiler/Makefile.in index fdb3445dfa0c..c1f7479794bc 100644 --- a/tools/profiler/Makefile.in +++ b/tools/profiler/Makefile.in @@ -44,12 +44,12 @@ VPATH = $(srcdir) include $(DEPTH)/config/autoconf.mk -EXPORTS = sampler.h +EXPORTS = sampler.h \ + thread_helper.h ifdef MOZ_ENABLE_PROFILER_SPS EXPORTS += \ sps_sampler.h \ - thread_helper.h \ shared-libraries.h \ $(NULL)