(not part of the seamonkey build!!!!)

name change of nsURIDispatcher to nsIURILoader
This commit is contained in:
mscott%netscape.com 1999-11-03 03:53:33 +00:00
parent 84e9c31570
commit 193a76f8ba

View File

@ -26,15 +26,16 @@ MODULE = uriloader
LIBRARY_NAME = uriloaderbase_s
CPPSRCS = \
nsURIDispatcher.cpp \
nsURILoader.cpp \
$(NULL)
XPIDLSRCS = \
nsIContentHandler.idl \
nsIURIContentListener.idl \
nsIURIDispatcher.idl \
nsIURILoader.idl \
nsCURILoader.idl \
$(NULL)
EXPORTS = \
nsURIDispatcher.h \
nsURILoader.h \
$(NULL)
# we don't want the shared lib, but we want to force the creation of a static lib.