Do not define MODULE_NAME for components which are shareable even in

static builds.
b=134650 r=cls sr=dveditz a=asa


git-svn-id: svn://10.0.0.236/trunk@117927 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
colin%theblakes.com 2002-04-02 13:36:56 +00:00
parent 98333b9d32
commit ba5e0e5d47
2 changed files with 0 additions and 2 deletions

View File

@ -47,7 +47,6 @@ REQUIRES = xpcom \
imglib2 \
$(NULL)
IS_COMPONENT = 1
MODULE_NAME = nsInspectorModule
CPPSRCS = \
nsInspectorModule.cpp \

View File

@ -80,7 +80,6 @@ else
DIRS += idl
CPPSRCS = jsd_xpc.cpp
IS_COMPONENT = 1
MODULE_NAME = JavaScript_Debugger
endif
include $(topsrcdir)/config/rules.mk