librdf.so needs NS_NewUnicharStreamLoader from libneckoutil_s.a for NECKO=1 build.

This commit is contained in:
mcafee%netscape.com 1999-07-02 03:35:17 +00:00
parent 0fc11b859d
commit efb0b4ac2e

View File

@ -56,6 +56,12 @@ SHARED_LIBRARY_LIBS = \
$(DIST)/lib/librdfutil_s.a \
$(NULL)
ifdef NECKO
SHARED_LIBRARY_LIBS += \
$(DIST)/lib/libneckoutil_s.a \
$(NULL)
endif
ifeq ($(OS_ARCH),HP-UX)
EXTRA_DSO_LDOPTS = -c objs/objslist
else