add nsTextFormater to UNIX build

This commit is contained in:
ftang%netscape.com 1999-09-15 21:18:21 +00:00
Родитель 3b9e6e0e08
Коммит 415507f1a9
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -70,6 +70,7 @@ CPPSRCS = \
nsVoidArray.cpp \
nsXPIDLString.cpp \
plvector.cpp \
nsTextFormater.cpp \
$(NULL)
EXPORTS = \
@ -101,6 +102,7 @@ EXPORTS = \
nsVoidArray.h \
nsXPIDLString.h \
plvector.h \
nsTextFormater.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))