build nsdocLoader

This commit is contained in:
mscott%netscape.com 2000-01-29 06:03:01 +00:00
parent 81ddbb480d
commit bf0b2945cd

View File

@ -29,17 +29,21 @@ include $(DEPTH)/config/autoconf.mk
MODULE = uriloader
LIBRARY_NAME = uriloaderbase_s
CPPSRCS = \
nsURILoader.cpp \
CPPSRCS = \
nsURILoader.cpp \
nsDocLoader.cpp \
$(NULL)
XPIDLSRCS = \
XPIDLSRCS = \
nsIContentHandler.idl \
nsIURIContentListener.idl \
nsIURILoader.idl \
nsCURILoader.idl \
nsIURILoader.idl \
nsCURILoader.idl \
nsIDocumentLoader.idl \
nsIDocumentLoaderObserver.idl \
$(NULL)
EXPORTS = \
nsURILoader.h \
EXPORTS = \
nsURILoader.h \
nsDocLoader.h \
$(NULL)
# we don't want the shared lib, but we want to force the creation of a static lib.