explictly linking against the necko lib for nsStandardURL. minimo only

This commit is contained in:
dougt%meer.net 2003-12-23 06:40:43 +00:00
parent 744c635783
commit ff1cd8e027

View File

@ -42,7 +42,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE_NAME = chromelite
MODULE = chrmlite
LIBRARY_NAME = chrmlite
@ -64,7 +63,7 @@ CPPSRCS = \
nsSimpleChromeRegistry.cpp \
$(NULL)
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS)
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) -L$(DIST)/bin/components -lnecko
LOCAL_INCLUDES = \
-I$(topsrcdir)/netwerk/base/src \