Bug 348234 - trace-malloc utilities should use frozen linkage, r=dbaron

git-svn-id: svn://10.0.0.236/trunk@207056 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
benjamin%smedbergs.us 2006-08-10 16:38:00 +00:00
parent 797a9b057c
commit bdd01b6e99

View File

@ -42,8 +42,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MOZILLA_INTERNAL_API = 1
REQUIRES = xpcom \
string \
tracemalloc \
@ -85,7 +83,7 @@ LIBS += \
tmreader.$(OBJ_SUFFIX) \
adreader.$(OBJ_SUFFIX) \
$(EXTRA_DSO_LIBS) \
$(XPCOM_LIBS) \
$(XPCOM_GLUE_LDOPTS) \
$(NSPR_LIBS) \
$(NULL)