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 \ timer \
windowwatcher \ windowwatcher \
mimetype \ mimetype \
webbrowserpersist \
$(NULL) $(NULL)
CPPSRCS = \ CPPSRCS = \

View File

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

View File

@ -24,6 +24,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk 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 include $(topsrcdir)/config/rules.mk

View File

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