Move necko to tier_gecko, r=bsmedberg

This commit is contained in:
Jason Duell 2009-09-11 14:52:19 -07:00
Родитель c23fd76f77
Коммит afd58eee0c
2 изменённых файлов: 2 добавлений и 4 удалений

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

@ -45,10 +45,7 @@ ifndef tier_xpcom_dirs
include $(topsrcdir)/xpcom/build.mk
endif
TIERS += zlib \
necko \
$(NULL)
TIERS += zlib
ifndef MOZ_NATIVE_ZLIB
tier_zlib_dirs += modules/zlib

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

@ -81,6 +81,7 @@ tier_gecko_dirs += ipc
endif
tier_gecko_dirs += \
$(tier_necko_dirs) \
js/src/xpconnect \
intl/chardet \
$(NULL)