Add -L$(DIST)/lib to EXTRA_DSO_LDOPTS so that static libs can be found.

Thanks to fcrozat@mandrakesoft.com (Frederic Crozat) for the patch.
Bug #93420 r=cls


git-svn-id: svn://10.0.0.236/trunk@100897 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2001-08-12 11:00:53 +00:00
parent 8012f81465
commit cd049fc4e7

View File

@@ -48,6 +48,7 @@ EXTRA_DSO_LIBS = \
EXTRA_DSO_LDOPTS = \
$(MOZ_COMPONENT_LIBS) \
-L$(DIST)/lib \
$(EXTRA_DSO_LIBS) \
-lgkgfx \
$(NULL)