oops, requires update - add uconv

This commit is contained in:
alecf%netscape.com 2001-12-04 01:12:51 +00:00
Родитель 917e1454a4
Коммит 5bc871f27f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -30,6 +30,7 @@ MODULE = xpcom
DIRS = dynamic services DIRS = dynamic services
REQUIRES = necko \ REQUIRES = necko \
string \ string \
uconv \
$(NULL) $(NULL)
CPPSRCS = \ CPPSRCS = \
@ -61,7 +62,6 @@ include $(topsrcdir)/config/config.mk
# These won't link on BSD/OS, due to multiply defined symbols. # These won't link on BSD/OS, due to multiply defined symbols.
ifneq ($(OS_ARCH),BSD_OS) ifneq ($(OS_ARCH),BSD_OS)
CPPSRCS += \ CPPSRCS += \
CvtURL.cpp \
PropertiesTest.cpp \ PropertiesTest.cpp \
$(NULL) $(NULL)
endif endif