2008-11-14 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Removed PeerObject.h from Makefile.am
	* src/Makefile.am
pull/1/head
Tatsuhiro Tsujikawa 2008-11-13 16:07:44 +00:00
parent c0197f1040
commit ad05b8ff30
3 changed files with 13 additions and 10 deletions

View File

@ -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> 2008-11-14 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Avoid slow seeding Avoid slow seeding

View File

@ -312,7 +312,6 @@ SRCS += MetaEntry.h\
BtChokingEvent.h\ BtChokingEvent.h\
BtInteractive.h\ BtInteractive.h\
DefaultBtInteractive.cc DefaultBtInteractive.h\ DefaultBtInteractive.cc DefaultBtInteractive.h\
PeerObject.h\
ActivePeerConnectionCommand.cc ActivePeerConnectionCommand.h\ ActivePeerConnectionCommand.cc ActivePeerConnectionCommand.h\
BtDependency.cc BtDependency.h\ BtDependency.cc BtDependency.h\
PeerReceiveHandshakeCommand.cc PeerReceiveHandshakeCommand.h\ PeerReceiveHandshakeCommand.cc PeerReceiveHandshakeCommand.h\

View File

@ -131,7 +131,6 @@ bin_PROGRAMS = aria2c$(EXEEXT)
@ENABLE_BITTORRENT_TRUE@ BtChokingEvent.h\ @ENABLE_BITTORRENT_TRUE@ BtChokingEvent.h\
@ENABLE_BITTORRENT_TRUE@ BtInteractive.h\ @ENABLE_BITTORRENT_TRUE@ BtInteractive.h\
@ENABLE_BITTORRENT_TRUE@ DefaultBtInteractive.cc DefaultBtInteractive.h\ @ENABLE_BITTORRENT_TRUE@ DefaultBtInteractive.cc DefaultBtInteractive.h\
@ENABLE_BITTORRENT_TRUE@ PeerObject.h\
@ENABLE_BITTORRENT_TRUE@ ActivePeerConnectionCommand.cc ActivePeerConnectionCommand.h\ @ENABLE_BITTORRENT_TRUE@ ActivePeerConnectionCommand.cc ActivePeerConnectionCommand.h\
@ENABLE_BITTORRENT_TRUE@ BtDependency.cc BtDependency.h\ @ENABLE_BITTORRENT_TRUE@ BtDependency.cc BtDependency.h\
@ENABLE_BITTORRENT_TRUE@ PeerReceiveHandshakeCommand.cc PeerReceiveHandshakeCommand.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 \ AbstractBtEventListener.h BtCancelSendingPieceEvent.h \
BtAbortOutstandingRequestEvent.h BtChokedEvent.h \ BtAbortOutstandingRequestEvent.h BtChokedEvent.h \
BtChokingEvent.h BtInteractive.h DefaultBtInteractive.cc \ BtChokingEvent.h BtInteractive.h DefaultBtInteractive.cc \
DefaultBtInteractive.h PeerObject.h \ DefaultBtInteractive.h ActivePeerConnectionCommand.cc \
ActivePeerConnectionCommand.cc ActivePeerConnectionCommand.h \ ActivePeerConnectionCommand.h BtDependency.cc BtDependency.h \
BtDependency.cc BtDependency.h PeerReceiveHandshakeCommand.cc \ PeerReceiveHandshakeCommand.cc PeerReceiveHandshakeCommand.h \
PeerReceiveHandshakeCommand.h BtSetup.cc BtSetup.h \ BtSetup.cc BtSetup.h BtFileAllocationEntry.cc \
BtFileAllocationEntry.cc BtFileAllocationEntry.h \ BtFileAllocationEntry.h BtPostDownloadHandler.cc \
BtPostDownloadHandler.cc BtPostDownloadHandler.h \ BtPostDownloadHandler.h BtCheckIntegrityEntry.cc \
BtCheckIntegrityEntry.cc BtCheckIntegrityEntry.h \ BtCheckIntegrityEntry.h BtExtendedMessage.cc \
BtExtendedMessage.cc BtExtendedMessage.h ExtensionMessage.h \ BtExtendedMessage.h ExtensionMessage.h \
ExtensionMessageFactory.h DefaultExtensionMessageFactory.cc \ ExtensionMessageFactory.h DefaultExtensionMessageFactory.cc \
DefaultExtensionMessageFactory.h HandshakeExtensionMessage.cc \ DefaultExtensionMessageFactory.h HandshakeExtensionMessage.cc \
HandshakeExtensionMessage.h UTPexExtensionMessage.cc \ HandshakeExtensionMessage.h UTPexExtensionMessage.cc \