mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Updated for file name changes.
This commit is contained in:
parent
aeca55ec75
commit
b5b8476315
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user