Thunderbird build bustage from bug 237745, try #2

This commit is contained in:
bsmedberg%covad.net 2004-10-30 04:34:34 +00:00
Родитель 848bb407df
Коммит 0a1675178b
1 изменённых файлов: 6 добавлений и 1 удалений

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

@ -68,10 +68,15 @@ ifeq ($(OS_ARCH),WINNT)
DIRS += alerts
endif
DIRS += startup downloads build
DIRS += downloads
endif
endif
endif
DIRS += \
startup \
build \
$(NULL)
include $(topsrcdir)/config/rules.mk