Updated for file name changes.

git-svn-id: svn://10.0.0.236/trunk@34097 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
1999-06-07 22:04:19 +00:00
parent 57a8f8ffc6
commit 25b15817f7

View File

@@ -24,7 +24,6 @@ LIBRARY_NAME = netwerkbase_s
include $(DEPTH)/config/autoconf.mk
CPPSRCS = \
nsConnectionGroup.cpp \
nsAsyncStreamListener.cpp \
nsSyncStreamListener.cpp \
nsFileTransport.cpp \
@@ -32,18 +31,10 @@ CPPSRCS = \
nsSocketTransport.cpp \
nsSocketTransportStreams.cpp \
nsSocketTransportService.cpp \
nsNetService.cpp \
nsIOService.cpp \
nsStandardUrl.cpp \
$(NULL)
EXPORTS = \
nsConnectionGroup.h \
nsNetService.h \
nsFileTransportService.h \
nsSocketTransportService.h \
nsStandardUrl.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
MODULE = netwerk