Fix Darwin bustage

This commit is contained in:
jaggernaut%netscape.com 2001-12-17 09:22:47 +00:00
parent da70a667c1
commit 1108828444
2 changed files with 8 additions and 2 deletions

View File

@ -43,6 +43,9 @@ ifdef ENABLE_TESTS
DIRS = test
endif
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS)
EXTRA_DSO_LDOPTS += \
$(MOZ_UNICHARUTIL_LIBS) \
$(MOZ_COMPONENT_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk

View File

@ -43,6 +43,9 @@ ifdef ENABLE_TESTS
DIRS = test
endif
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS)
EXTRA_DSO_LDOPTS += \
$(MOZ_UNICHARUTIL_LIBS) \
$(MOZ_COMPONENT_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk