aviary branch landing: one final attempt to fix build bustage... move extensions to non-windows-only section of makefile!

This commit is contained in:
ben%bengoodger.com 2004-12-01 07:41:14 +00:00
Родитель 8c6f98c6b8
Коммит 4c5c29fa05
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -91,6 +91,7 @@ DIRS += \
sidebar \
startup \
alerts \
extensions \
$(NULL)
endif
endif
@ -104,7 +105,7 @@ endif
ifeq ($(OS_ARCH),WINNT)
ifndef MOZ_PHOENIX
ifndef MOZ_XULRUNNER
DIRS += urlwidget winhooks extensions
DIRS += urlwidget winhooks
endif
endif
endif