Enable session roaming extension to be built into static builds.

Bug #245721 r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@194432 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org 2006-04-14 20:47:06 +00:00
parent 9d7c91a518
commit 3d14bb3998
2 changed files with 3 additions and 1 deletions

View File

@ -46,6 +46,8 @@ MODULE=sroaming
LIBRARY_NAME=sroaming
IS_COMPONENT = 1
MOZILLA_INTERNAL_API = 1
MODULE_NAME = nsSessionRoaming
EXPORT_LIBRARY = 1
REQUIRES = xpcom \
xpcom_obsolete \

View File

@ -51,4 +51,4 @@ static const nsModuleComponentInfo components[] =
};
NS_IMPL_NSGETMODULE(Module, components)
NS_IMPL_NSGETMODULE(nsSessionRoaming, components)