mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 13:52:37 +00:00
Turn on guimgr in Unix build
This commit is contained in:
parent
519de93eaa
commit
0c3cc802d8
@ -25,8 +25,8 @@ include $(DEPTH)/config/autoconf.mk
|
||||
DIRS = public
|
||||
|
||||
ifdef MOZ_EDITOR
|
||||
DIRS += core
|
||||
# Add "DIRS += guimgr" after building on all platforms
|
||||
DIRS += core guimgr
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DIRS += tests
|
||||
endif
|
||||
|
@ -26,7 +26,7 @@ DEFINES =
|
||||
|
||||
EXPORTS = \
|
||||
nsIEditGuiManager.h \
|
||||
nsIGuiMgrFactory.h \
|
||||
nsIGuiManagerFactory.h \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
@ -27,7 +27,7 @@ LIBRARY_NAME = editguimgr
|
||||
|
||||
CPPSRCS = \
|
||||
nsEditGuiManager.cpp \
|
||||
nsEditGuiManagerFactory.cpp \
|
||||
nsGuiManagerFactory.cpp \
|
||||
$(NULL)
|
||||
|
||||
MODULE = editguimgr
|
||||
|
Loading…
x
Reference in New Issue
Block a user