mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 10:27:03 +00:00
Removed guimanager from makefiles
This commit is contained in:
parent
7e2e70e583
commit
a9ccf99dd1
@ -25,7 +25,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
DIRS = public idl
|
||||
|
||||
ifdef MOZ_EDITOR
|
||||
DIRS += base guimgr ui
|
||||
DIRS += base ui
|
||||
endif
|
||||
|
||||
DIRS += txmgr txtsvc
|
||||
|
@ -21,7 +21,7 @@ IGNORE_MANIFEST=1
|
||||
!if defined(DISABLE_EDITOR)
|
||||
DIRS= public idl
|
||||
!else
|
||||
DIRS= public idl base guimgr txmgr ui txtsvc
|
||||
DIRS= public idl base txmgr ui txtsvc
|
||||
!endif
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
Loading…
x
Reference in New Issue
Block a user