mirror of https://github.com/aria2/aria2
2008-11-14 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Removed PeerObject.h from Makefile.am * src/Makefile.ampull/1/head
parent
c0197f1040
commit
ad05b8ff30
|
@ -1,3 +1,8 @@
|
|||
2008-11-14 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Removed PeerObject.h from Makefile.am
|
||||
* src/Makefile.am
|
||||
|
||||
2008-11-14 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Avoid slow seeding
|
||||
|
|
|
@ -312,7 +312,6 @@ SRCS += MetaEntry.h\
|
|||
BtChokingEvent.h\
|
||||
BtInteractive.h\
|
||||
DefaultBtInteractive.cc DefaultBtInteractive.h\
|
||||
PeerObject.h\
|
||||
ActivePeerConnectionCommand.cc ActivePeerConnectionCommand.h\
|
||||
BtDependency.cc BtDependency.h\
|
||||
PeerReceiveHandshakeCommand.cc PeerReceiveHandshakeCommand.h\
|
||||
|
|
|
@ -131,7 +131,6 @@ bin_PROGRAMS = aria2c$(EXEEXT)
|
|||
@ENABLE_BITTORRENT_TRUE@ BtChokingEvent.h\
|
||||
@ENABLE_BITTORRENT_TRUE@ BtInteractive.h\
|
||||
@ENABLE_BITTORRENT_TRUE@ DefaultBtInteractive.cc DefaultBtInteractive.h\
|
||||
@ENABLE_BITTORRENT_TRUE@ PeerObject.h\
|
||||
@ENABLE_BITTORRENT_TRUE@ ActivePeerConnectionCommand.cc ActivePeerConnectionCommand.h\
|
||||
@ENABLE_BITTORRENT_TRUE@ BtDependency.cc BtDependency.h\
|
||||
@ENABLE_BITTORRENT_TRUE@ PeerReceiveHandshakeCommand.cc PeerReceiveHandshakeCommand.h\
|
||||
|
@ -479,14 +478,14 @@ am__libaria2c_a_SOURCES_DIST = Socket.h SocketCore.cc SocketCore.h \
|
|||
AbstractBtEventListener.h BtCancelSendingPieceEvent.h \
|
||||
BtAbortOutstandingRequestEvent.h BtChokedEvent.h \
|
||||
BtChokingEvent.h BtInteractive.h DefaultBtInteractive.cc \
|
||||
DefaultBtInteractive.h PeerObject.h \
|
||||
ActivePeerConnectionCommand.cc ActivePeerConnectionCommand.h \
|
||||
BtDependency.cc BtDependency.h PeerReceiveHandshakeCommand.cc \
|
||||
PeerReceiveHandshakeCommand.h BtSetup.cc BtSetup.h \
|
||||
BtFileAllocationEntry.cc BtFileAllocationEntry.h \
|
||||
BtPostDownloadHandler.cc BtPostDownloadHandler.h \
|
||||
BtCheckIntegrityEntry.cc BtCheckIntegrityEntry.h \
|
||||
BtExtendedMessage.cc BtExtendedMessage.h ExtensionMessage.h \
|
||||
DefaultBtInteractive.h ActivePeerConnectionCommand.cc \
|
||||
ActivePeerConnectionCommand.h BtDependency.cc BtDependency.h \
|
||||
PeerReceiveHandshakeCommand.cc PeerReceiveHandshakeCommand.h \
|
||||
BtSetup.cc BtSetup.h BtFileAllocationEntry.cc \
|
||||
BtFileAllocationEntry.h BtPostDownloadHandler.cc \
|
||||
BtPostDownloadHandler.h BtCheckIntegrityEntry.cc \
|
||||
BtCheckIntegrityEntry.h BtExtendedMessage.cc \
|
||||
BtExtendedMessage.h ExtensionMessage.h \
|
||||
ExtensionMessageFactory.h DefaultExtensionMessageFactory.cc \
|
||||
DefaultExtensionMessageFactory.h HandshakeExtensionMessage.cc \
|
||||
HandshakeExtensionMessage.h UTPexExtensionMessage.cc \
|
||||
|
|
Loading…
Reference in New Issue