Bug 374921 - link error in gfxSurfaceRefCountTest when libxul is enabled, r=roc
authorbenjamin@smedbergs.us
Mon, 02 Apr 2007 09:09:05 -0700
changeset 263 c3e0a6bb84ddac5a90a640b3811f2535074dd7d4
parent 262 3ac8184e6eaf19f0adecdb90015a7494c216e92f
child 264 4cd31f07a14048557e4ae6a73756fd4d13174e82
push id1
push userroot
push dateTue, 26 Apr 2011 22:38:44 +0000
treeherdermozilla-beta@bfdb6e623a36 [default view] [failures only]
perfherder[talos] [build metrics] [platform microbench] (compared to previous push)
reviewersroc
bugs374921
milestone1.9a4pre
Bug 374921 - link error in gfxSurfaceRefCountTest when libxul is enabled, r=roc
gfx/thebes/Makefile.in
--- a/gfx/thebes/Makefile.in
+++ b/gfx/thebes/Makefile.in
@@ -6,12 +6,14 @@ VPATH		= @srcdir@
 
 include $(DEPTH)/config/autoconf.mk
 
 MODULE	= thebes
 
 DIRS	= public src
 
 ifdef ENABLE_TESTS
+ifndef MOZ_ENABLE_LIBXUL
 TOOL_DIRS  += test
 endif
+endif
 
 include $(topsrcdir)/config/rules.mk