r=cls
Use SHARED_LIBRARY_LIBS so that dependent building works correctly


git-svn-id: svn://10.0.0.236/trunk@106546 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com 2001-10-29 14:31:33 +00:00
parent 17e3ef8259
commit fa20cbc9e0

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)