Fixing MOZ_USE_NATIVE_UCONV bustage. nsCharsetConverterManager should always be compiled

This commit is contained in:
dougt%netscape.com 2003-04-03 01:18:00 +00:00
parent 7060eab0e1
commit 236e682d4c

@ -60,11 +60,11 @@ CPPSRCS = \
nsConverterInputStream.cpp \
nsTextToSubURI.cpp \
nsURLProperties.cpp \
nsCharsetConverterManager.cpp \
$(NULL)
ifndef MOZ_USE_NATIVE_UCONV
CPPSRCS += \
nsCharsetConverterManager.cpp \
nsScriptableUConv.cpp \
nsUnicodeDecodeHelper.cpp \
nsUnicodeEncodeHelper.cpp \