mirror of https://github.com/aria2/aria2
Fix make distcheck
parent
ddad275dbd
commit
457356ad13
|
@ -248,6 +248,7 @@ SRCS = SocketCore.cc SocketCore.h\
|
||||||
SaveSessionCommand.h SaveSessionCommand.cc\
|
SaveSessionCommand.h SaveSessionCommand.cc\
|
||||||
BackupIPv4ConnectCommand.h BackupIPv4ConnectCommand.cc\
|
BackupIPv4ConnectCommand.h BackupIPv4ConnectCommand.cc\
|
||||||
ConnectCommand.cc ConnectCommand.h\
|
ConnectCommand.cc ConnectCommand.h\
|
||||||
|
ControlChain.h\
|
||||||
HttpRequestConnectChain.h\
|
HttpRequestConnectChain.h\
|
||||||
HttpProxyRequestConnectChain.h\
|
HttpProxyRequestConnectChain.h\
|
||||||
FtpNegotiationConnectChain.h\
|
FtpNegotiationConnectChain.h\
|
||||||
|
@ -299,7 +300,7 @@ SRCS += EpollEventPoll.cc EpollEventPoll.h
|
||||||
endif # HAVE_EPOLL
|
endif # HAVE_EPOLL
|
||||||
|
|
||||||
if ENABLE_SSL
|
if ENABLE_SSL
|
||||||
SRCS += TLSSession.h TLSSessionConst.h
|
SRCS += TLSContext.h TLSSession.h
|
||||||
endif # ENABLE_SSL
|
endif # ENABLE_SSL
|
||||||
|
|
||||||
if USE_APPLE_MD
|
if USE_APPLE_MD
|
||||||
|
@ -312,7 +313,7 @@ SRCS += AppleTLSContext.cc AppleTLSContext.h \
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if HAVE_LIBGNUTLS
|
if HAVE_LIBGNUTLS
|
||||||
SRCS += LibgnutlsTLSContext.cc LibgnutlsTLSContext.h \
|
SRCS += LibgnutlsTLSContext.cc LibgnutlsTLSContext.h \
|
||||||
LibgnutlsTLSSession.cc LibgnutlsTLSSession.h
|
LibgnutlsTLSSession.cc LibgnutlsTLSSession.h
|
||||||
endif # HAVE_LIBGNUTLS
|
endif # HAVE_LIBGNUTLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue