some cleanup after IDLisation

This commit is contained in:
andreas.otte%primus-online.de 1999-06-08 09:44:04 +00:00
parent b548f00e9a
commit a2b5c4f6f4
4 changed files with 20 additions and 3 deletions

View File

@ -35,6 +35,13 @@ CPPSRCS = \
nsStandardUrl.cpp \
$(NULL)
EXPORTS = \
nsIOService.h \
nsFileTransportService.h \
nsSocketTransportService.h \
nsStandardUrl.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
MODULE = netwerk
@ -51,3 +58,7 @@ override NO_STATIC_LIB=
include $(DEPTH)/config/rules.mk

View File

@ -22,8 +22,11 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
XPIDLSRCS = \
nsIFTPChannel.idl \
$(NULL)
EXPORTS = \
nsIFTPChannel.h \
ftpCore.h \
$(NULL)

View File

@ -22,9 +22,12 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
XPIDLSRCS = \
nsIHTTPChannel.idl \
$(NULL)
EXPORTS = \
nsIHttpEventSink.h \
nsIHTTPConnection.h \
nsIHTTPHandler.h \
nsHTTPEnums.h \
nsIHTTPCommonHeaders.h \

View File

@ -30,9 +30,9 @@ CPPSRCS = \
nsHTTPHandlerFactory.cpp \
nsHTTPChannel.cpp \
nsHTTPRequest.cpp \
nsHTTPRequestObserver.cpp \
nsHTTPResponseListener.cpp \
nsHTTPResponse.cpp \
nsHTTPRequestObserver.cpp \
$(NULL)
REQUIRES = xpcom netwerk raptor