some cleanup after IDLisation

git-svn-id: svn://10.0.0.236/trunk@34189 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
andreas.otte%primus-online.de
1999-06-08 09:44:04 +00:00
parent 7582baa723
commit 35d2bfdc03
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