Skip the decoders directory if we're not building any image decoders.

Bug #169304
This commit is contained in:
seawood%netscape.com 2003-01-10 18:36:07 +00:00
Родитель 0c506b280f
Коммит afa00e8b9f
1 изменённых файлов: 7 добавлений и 1 удалений

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

@ -26,7 +26,13 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = public src decoders build
DIRS = public src
ifdef MOZ_IMG_DECODERS
DIRS += decoders
endif
DIRS += build
include $(topsrcdir)/config/rules.mk