342064 When building using Cocoa widgets, use the Cocoa icon decoder. Really, this time. r=josh sr=pavlov

This commit is contained in:
mark%moxienet.com 2006-06-22 21:27:32 +00:00
parent e38fcfc7ce
commit 8e02b71480
2 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ REQUIRES = xpcom \
$(NULL)
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
CMMSRCS = nsIconChannel.mm
CMMSRCS = nsIconChannelCocoa.mm
else
CPPSRCS = nsIconChannel.cpp
endif