Unix makefile changes to move webbrowserpersist to components/ b=106554 r=brade@netscape.com sr=sfraser@netscape.com

This commit is contained in:
locka%iol.ie 2001-11-01 14:39:53 +00:00
parent f96023455f
commit f7c6d7f321
4 changed files with 10 additions and 4 deletions

View File

@ -46,6 +46,7 @@ REQUIRES = xpcom \
timer \
windowwatcher \
mimetype \
webbrowserpersist \
$(NULL)
CPPSRCS = \

View File

@ -45,6 +45,7 @@ REQUIRES = xpcom \
windowwatcher \
wallet \
appcomps \
webbrowserpersist \
$(NULL)
include $(DEPTH)/config/autoconf.mk
@ -64,7 +65,6 @@ XPIDLSRCS = \
nsIEmbeddingSiteWindow.idl \
nsITooltipListener.idl \
nsITooltipTextProvider.idl \
nsIWebBrowserPersist.idl \
nsIWebBrowserFocus.idl \
nsIWebBrowserPrint.idl \
$(NULL)
@ -73,8 +73,6 @@ CPPSRCS = \
nsDocShellTreeOwner.cpp \
nsWebBrowser.cpp \
nsCommandHandler.cpp \
nsWebBrowserPersist.cpp \
nsDOMWalker.cpp \
nsNonPersistAuthPrompt.cpp \
nsWebBrowserContentPolicy.cpp \
$(NULL)

View File

@ -24,6 +24,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = windowwatcher appstartup find ui jsconsole build
DIRS = windowwatcher appstartup find ui jsconsole webbrowserpersist build
include $(topsrcdir)/config/rules.mk

View File

@ -33,11 +33,16 @@ REQUIRES = js \
xpcom \
string \
windowwatcher \
webbrowserpersist \
jsconsole \
find \
embed_base \
dom \
txtsvc \
mimetype \
content \
uriloader \
necko \
$(NULL)
CPPSRCS = nsModule.cpp
@ -47,6 +52,7 @@ SHARED_LIBRARY_LIBS = \
$(DIST)/lib/libappstartupnotifier_s.$(LIB_SUFFIX) \
$(DIST)/lib/libjsconsole_s.$(LIB_SUFFIX) \
$(DIST)/lib/libfind_s.$(LIB_SUFFIX) \
$(DIST)/lib/libwebbrowserpersist_s.$(LIB_SUFFIX) \
$(NULL)
ifdef MOZ_PERF_METRICS
@ -58,6 +64,7 @@ LOCAL_INCLUDES = \
-I$(srcdir)/../appstartup/src \
-I$(srcdir)/../jsconsole/src \
-I$(srcdir)/../find/src \
-I$(srcdir)/../webbrowserpersist/src \
$(NULL)
EXTRA_DSO_LDOPTS = \