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.
This commit is contained in:
Landry Breuil 2012-05-11 07:55:39 -04:00
Родитель 4edd687994
Коммит da094a085a
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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)