Fix Darwin bustage

git-svn-id: svn://10.0.0.236/trunk@110617 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jaggernaut%netscape.com
2001-12-17 09:22:47 +00:00
parent a3e74172d6
commit c0807794b2
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