This commit is contained in:
bmlk%gmx.de 2008-03-30 12:26:03 +00:00
Родитель faeae48eae
Коммит b3d40a273f
1 изменённых файлов: 6 добавлений и 1 удалений

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

@ -46,12 +46,17 @@ DIRS += \
dom-level0 \
dom-level1-core \
dom-level2-core \
dom-level2-html \
ajax \
bugs \
chrome \
whatwg \
$(NULL)
ifneq ($(MOZ_WIDGET_TOOLKIT),cocoa)
DIRS += \
dom-level2-html \
$(NULL)
endif
include $(topsrcdir)/config/rules.mk