Fix REQUIRES bustage for static build.

git-svn-id: svn://10.0.0.236/trunk@104112 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com
2001-09-28 15:36:20 +00:00
parent b3c8aba787
commit 2aa2c3314d

View File

@@ -35,6 +35,9 @@ IS_COMPONENT = 1
include $(topsrcdir)/config/config.mk
REQUIRES = xpcom \
$(NULL)
ifdef MOZ_STATIC_COMPONENTS
CPPSRCS = nsStaticModule.cpp
endif