Add layout-debug support for FireFox
git-svn-id: svn://10.0.0.236/trunk@153150 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d744dc8860
commit
0e39696fd7
@ -43,7 +43,11 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ifneq (,$(findstring inspector,$(MOZ_EXTENSIONS)))
|
||||
DIRS = inspector
|
||||
DIRS += inspector
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring layout-debug,$(MOZ_EXTENSIONS)))
|
||||
DIRS += layout-debug
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user