some cleanup after IDLisation
git-svn-id: svn://10.0.0.236/trunk@34189 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -22,8 +22,11 @@ topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
XPIDLSRCS = \
|
||||
nsIFTPChannel.idl \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
nsIFTPChannel.h \
|
||||
ftpCore.h \
|
||||
$(NULL)
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -30,9 +30,9 @@ CPPSRCS = \
|
||||
nsHTTPHandlerFactory.cpp \
|
||||
nsHTTPChannel.cpp \
|
||||
nsHTTPRequest.cpp \
|
||||
nsHTTPRequestObserver.cpp \
|
||||
nsHTTPResponseListener.cpp \
|
||||
nsHTTPResponse.cpp \
|
||||
nsHTTPRequestObserver.cpp \
|
||||
$(NULL)
|
||||
|
||||
REQUIRES = xpcom netwerk raptor
|
||||
|
||||
Reference in New Issue
Block a user