Adding nsReadableUtils.cpp to the string glue code. This is required for StringAllocator. Fix for linux build bustage

This commit is contained in:
dougt%netscape.com 2002-10-18 02:08:14 +00:00
Родитель e2b95c1c76
Коммит 51890939b6
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -56,6 +56,7 @@ STRING_LCSRCS = \
nsAString.cpp \
nsDependentSubstring.cpp \
nsASingleFragmentString.cpp \
nsReadableUtils.cpp \
$(NULL)
STRING_CSRCS := $(addprefix $(topsrcdir)/string/src/, $(STRING_LCSRCS))