Bug 234710: Part II: build config change and remove embedding/components/jsconsole entirely. r=bsmedberg

git-svn-id: svn://10.0.0.236/trunk@218700 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ajschult%verizon.net
2007-01-20 04:52:14 +00:00
parent f12e30d5b2
commit 0757b27304
2 changed files with 2 additions and 9 deletions

View File

@@ -42,10 +42,10 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
# You'd think we could skip building ui and jsconsole if XUL is disabled,
# You'd think we could skip building ui if XUL is disabled,
# but we need to export interface headers from those directories.
DIRS = windowwatcher appstartup find webbrowserpersist commandhandler ui jsconsole
DIRS = windowwatcher appstartup find webbrowserpersist commandhandler ui
ifdef MOZ_XUL
ifdef NS_PRINTING

View File

@@ -67,7 +67,6 @@ REQUIRES = js \
gfx \
widget \
webbrowserpersist \
jsconsole \
find \
htmlparser \
embed_base \
@@ -97,10 +96,6 @@ SHARED_LIBRARY_LIBS = \
$(NULL)
ifdef MOZ_XUL
SHARED_LIBRARY_LIBS += \
../jsconsole/src/$(LIB_PREFIX)jsconsole_s.$(LIB_SUFFIX) \
$(NULL)
ifdef NS_PRINTING
ifndef WINCE
SHARED_LIBRARY_LIBS += \
@@ -108,13 +103,11 @@ SHARED_LIBRARY_LIBS += \
$(NULL)
endif
endif
endif
LOCAL_INCLUDES = \
-I$(srcdir)/../windowwatcher/src \
-I$(srcdir)/../appstartup/src \
-I$(srcdir)/../jsconsole/src \
-I$(srcdir)/../find/src \
-I$(srcdir)/../webbrowserpersist/src \
-I$(srcdir)/../commandhandler/src \