Add MODULE_NAME so that these modules get registered in static builds.

git-svn-id: svn://10.0.0.236/trunk@134375 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com 2002-11-24 05:59:39 +00:00
parent ace744c088
commit c8a5eb0334
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ LIBRARY_NAME = browsercomps
SHORT_LIBNAME = brwsrcmp
EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsBrowserCompsModule
REQUIRES = \
xpcom \

View File

@ -31,6 +31,7 @@ LIBRARY_NAME = toolkitcomps
SHORT_LIBNAME = tkitcmps
EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsToolkitCompsModule
REQUIRES = xpcom \
string \