Fix MinGW linkage (not part of build)

git-svn-id: svn://10.0.0.236/trunk@164982 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dmose%mozilla.org
2004-11-05 06:10:34 +00:00
parent 8036757ef4
commit 98020d2cc3

View File

@@ -19,6 +19,7 @@
#
# Contributor(s):
# Mike Shaver <shaver@off.net> (original author)
# Dan Mosedale <dan.mosedale@oracle.com>
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
@@ -63,5 +64,10 @@ CPPSRCS = nsWebDAVService.cpp \
nsWebDAVUtils.cpp \
$(NULL)
EXTRA_DSO_LDOPTS = \
$(LIBS_DIR) \
$(MOZ_COMPONENT_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk