bug 280725 "Integrate new component in libxul" patch by bsmedberg, r=darin, a=asa

git-svn-id: svn://10.0.0.236/trunk@171884 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%meer.net
2005-04-08 04:59:36 +00:00
parent 8f6b0033c0
commit 489b403aee
3 changed files with 12 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = RemoteServiceModule
MOZILLA_INTERNAL_API = 1
LIBXUL_LIBRARY = 1
REQUIRES = \
xpcom \

View File

@@ -233,6 +233,10 @@ ifdef ACCESSIBILITY
COMPONENT_LIBS += accessibility
endif
ifdef MOZ_ENABLE_XREMOTE
COMPONENT_LIBS += remoteservice
endif
SHARED_LIBRARY_LIBS = \
$(foreach lib,$(STATIC_LIBS),$(DIST)/lib/$(LIB_PREFIX)$(lib).$(LIB_SUFFIX)) \
$(foreach component,$(COMPONENT_LIBS),$(DIST)/lib/components/$(LIB_PREFIX)$(component).$(LIB_SUFFIX)) \

View File

@@ -143,6 +143,12 @@
#define ACCESS_MODULES
#endif
#ifdef MOZ_ENABLE_XREMOTE
#define XREMOTE_MODULES MODULE(RemoteServiceModule)
#else
#define XREMOTE_MODULES
#endif
#define XUL_MODULES \
MODULE(xpcomObsoleteModule) \
MODULE(xpconnect) \
@@ -180,6 +186,7 @@
MODULE(application) \
MODULE(CommandLineModule) \
MODULE(nsToolkitCompsModule) \
XREMOTE_MODULES \
MODULE(nsSoftwareUpdate) \
MODULE(JavaScript_Debugger) \
/* end of list */