Bug 720962 - don't build nsBrowserProfileMigratorUtils.cpp on Linux. r=mano

This commit is contained in:
Makoto Kato 2012-01-26 09:54:26 +09:00
parent 451cd4d48f
commit 508d732db1

View File

@ -49,16 +49,15 @@ USE_STATIC_LIBS = 1
endif
CPPSRCS = nsBrowserProfileMigratorUtils.cpp \
$(NULL)
ifeq ($(OS_ARCH)_$(GNU_CXX),WINNT_)
CPPSRCS += nsIEProfileMigrator.cpp \
nsBrowserProfileMigratorUtils.cpp \
$(NULL)
endif
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
CPPSRCS += nsSafariProfileMigrator.cpp \
nsBrowserProfileMigratorUtils.cpp \
$(NULL)
endif