added idl srcs to unix mkfile

This commit is contained in:
valeski%netscape.com 1999-06-09 01:01:17 +00:00
parent 110e4f96ba
commit 162e8500e9
2 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,9 @@ XPIDLSRCS = \
nsIPrompt.idl \
nsIProtocolHandler.idl \
nsIProgressEventSink.idl \
nsINetModRegEntry.idl \
nsINetModuleMgr.idl \
nsINetNotify.idl \
$(NULL)
EXPORTS = \
@ -41,6 +44,7 @@ EXPORTS = \
nsISocketTransportService.h \
nsIHeader.h \
nsIProxy.h \
nsNetModuleMgr.h \
$(NULL)
include $(DEPTH)/config/autoconf.mk

View File

@ -21,6 +21,7 @@ DEPTH = ..\..\..
EXPORTS = \
netCore.h \
nsNetModuleMgr.h \
nsIFileTransportService.h \
nsISocketTransportService.h \
nsIHeader.h \