Fix REQUIRES bustage for static build.

This commit is contained in:
waterson%netscape.com 2001-09-28 15:36:20 +00:00
parent 9e78d37fb3
commit 281b759dc4

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