add nsIMultipartChannel to makefiles for bug 99638. r=darin sr=rpotts

This commit is contained in:
radha%netscape.com 2001-11-27 23:12:16 +00:00
Родитель 3a93f268fe
Коммит 758ef65b09
3 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -39,3 +39,4 @@ nsISecretDecoderRing.idl
nsISecureBrowserUI.idl
nsISecurityManagerComponent.idl
nsIByteRangeRequest.idl
nsIMultiPartChannel.idl

Просмотреть файл

@ -74,6 +74,7 @@ XPIDLSRCS = \
nsISecurityManagerComponent.idl \
nsICachingChannel.idl \
nsIByteRangeRequest.idl \
nsIMultiPartChannel.idl \
$(NULL)
EXPORTS = \

Просмотреть файл

@ -79,6 +79,7 @@ XPIDLSRCS = \
.\nsISecurityManagerComponent.idl \
.\nsICachingChannel.idl \
.\nsIByteRangeRequest.idl \
.\nsIMultiPartChannel.idl \
$(NULL)
include <$(DEPTH)/config/rules.mak>