All components must have a MODULE_NAME makefile variable that's the same as the generic module name of the component or static builds will fail.

Fixing static build bustage.
This commit is contained in:
seawood%netscape.com 2003-03-15 21:49:53 +00:00
parent d3c2fcdb47
commit a270069056
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = xpcom_compat_c
MODULE_NAME = xpcomObsoleteModule
LIBRARY_NAME = xpcom_compat_c
ifneq ($(OS_ARCH),WINNT)
SHORT_LIBNAME = xpcomctc

View File

@ -27,6 +27,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = xpcom_compat_c
MODULE_NAME = xpcomObsoleteModule
LIBRARY_NAME = xpcom_compat_c
ifneq ($(OS_ARCH),WINNT)
SHORT_LIBNAME = xpcomctc