r=cls
Use SHARED_LIBRARY_LIBS so that dependent building works correctly
This commit is contained in:
mkaply%us.ibm.com 2001-10-29 14:31:33 +00:00
parent f19c812ba7
commit f283440d41

View File

@ -35,6 +35,7 @@ REQUIRES = xpcom \
uconv \
$(NULL)
SHARED_LIBRARY_LIBS = ../libnslocale.$(LIB_SUFFIX)
CPPSRCS = \
nsOS2Locale.cpp \
@ -43,10 +44,7 @@ CPPSRCS = \
nsLocaleModule.cpp \
$(NULL)
EXTRA_DSO_LIBS = nslocale_s
EXTRA_DSO_LDOPTS += \
$(EXTRA_DSO_LIBS) \
$(MOZ_COMPONENT_LIBS) \
$(NULL)