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

git-svn-id: svn://10.0.0.236/trunk@37958 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
1999-07-02 03:35:17 +00:00
parent 21c6f54372
commit 29c1baa59c

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