From 25b15817f7c191351647c5bec4daa426017dc727 Mon Sep 17 00:00:00 2001 From: "warren%netscape.com" Date: Mon, 7 Jun 1999 22:04:19 +0000 Subject: [PATCH] Updated for file name changes. git-svn-id: svn://10.0.0.236/trunk@34097 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/base/src/Makefile.in | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/mozilla/netwerk/base/src/Makefile.in b/mozilla/netwerk/base/src/Makefile.in index 33cad7a20bd..9443c0c938c 100644 --- a/mozilla/netwerk/base/src/Makefile.in +++ b/mozilla/netwerk/base/src/Makefile.in @@ -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