Turn on guimgr in Unix build

This commit is contained in:
akkana%netscape.com 1998-12-09 23:24:42 +00:00
parent 519de93eaa
commit 0c3cc802d8
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -26,7 +26,7 @@ DEFINES =
EXPORTS = \
nsIEditGuiManager.h \
nsIGuiMgrFactory.h \
nsIGuiManagerFactory.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))

View File

@ -27,7 +27,7 @@ LIBRARY_NAME = editguimgr
CPPSRCS = \
nsEditGuiManager.cpp \
nsEditGuiManagerFactory.cpp \
nsGuiManagerFactory.cpp \
$(NULL)
MODULE = editguimgr