Add layout-debug support for FireFox

This commit is contained in:
bryner%brianryner.com 2004-02-24 07:04:57 +00:00
Родитель 83d7f1b11d
Коммит 8ca153cebd
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -43,7 +43,11 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
ifneq (,$(findstring inspector,$(MOZ_EXTENSIONS))) ifneq (,$(findstring inspector,$(MOZ_EXTENSIONS)))
DIRS = inspector DIRS += inspector
endif
ifneq (,$(findstring layout-debug,$(MOZ_EXTENSIONS)))
DIRS += layout-debug
endif endif
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk