Fix more bustage with libxul + trace-malloc.

This commit is contained in:
dbaron@dbaron.org 2007-08-19 18:41:10 -07:00
parent 6998fc642c
commit d2a21e3197

View File

@ -154,8 +154,11 @@ include $(topsrcdir)/config/config.mk
ifndef BUILD_STATIC_LIBS
ifdef NS_TRACE_MALLOC
# when libxul is enabled, trace-malloc is part of it
ifndef MOZ_ENABLE_LIBXUL
EXTRA_DSO_LIBS += tracemalloc
endif
endif
else
include $(topsrcdir)/config/static-config.mk