Updated for file name changes.

This commit is contained in:
warren%netscape.com 1999-06-07 22:04:19 +00:00
Родитель aeca55ec75
Коммит b5b8476315
1 изменённых файлов: 1 добавлений и 10 удалений

Просмотреть файл

@ -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