diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-02-24 16:04:22 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-02-24 16:04:22 +0100 |
commit | e66056405208b7ba28c848aba5a680fbc9f3a53f (patch) | |
tree | 0be0a5e9bbddd9b9828b1085f57909906e79842e /libktorrent/torrent/Makefile.am | |
parent | a1d815d63000ff0e0cf0e470afa6801e2fed32b9 (diff) | |
download | ktorrent-e66056405208b7ba28c848aba5a680fbc9f3a53f.tar.gz ktorrent-e66056405208b7ba28c848aba5a680fbc9f3a53f.zip |
Fix unintended rename of chunk*
Diffstat (limited to 'libktorrent/torrent/Makefile.am')
-rw-r--r-- | libktorrent/torrent/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libktorrent/torrent/Makefile.am b/libktorrent/torrent/Makefile.am index 92a170d..d546228 100644 --- a/libktorrent/torrent/Makefile.am +++ b/libktorrent/torrent/Makefile.am @@ -8,7 +8,7 @@ libtorrent_la_LDFLAGS = $(all_libraries) noinst_HEADERS = advancedchokealgorithm.h announcelist.h authenticate.h \ authenticatebase.h authenticationmonitor.h bdecoder.h bencoder.h bnode.h cache.h \ cachefile.h cap.h choker.h chunk.h chunkcounter.h chunkdownload.h chunkmanager.h \ - chuntdeselector.h dndfile.h downloadcap.h downloader.h globals.h httptracker.h \ + chunkselector.h dndfile.h downloadcap.h downloader.h globals.h httptracker.h \ ipblocklist.h movedatafilesjob.h multifilecache.h newchokealgorithm.h \ oldchokealgorithm.h packet.h packetreader.h packetwriter.h peer.h peerdownloader.h peerid.h \ peermanager.h peersourcemanager.h peeruploader.h piece.h preallocationthread.h \ @@ -20,7 +20,7 @@ noinst_HEADERS = advancedchokealgorithm.h announcelist.h authenticate.h \ libtorrent_la_SOURCES = advancedchokealgorithm.cpp announcelist.cpp \ authenticate.cpp authenticatebase.cpp authenticationmonitor.cpp bdecoder.cpp \ bencoder.cpp bnode.cpp cache.cpp cachefile.cpp cap.cpp choker.cpp chunk.cpp \ - chunkcounter.cpp chunkdownload.cpp chunkmanager.cpp chuntdeselector.cpp dndfile.cpp \ + chunkcounter.cpp chunkdownload.cpp chunkmanager.cpp chunkselector.cpp dndfile.cpp \ downloadcap.cpp downloader.cpp globals.cpp httptracker.cpp ipblocklist.cpp \ movedatafilesjob.cpp multifilecache.cpp newchokealgorithm.cpp packet.cpp packetreader.cpp \ packetwriter.cpp peer.cpp peerdownloader.cpp peerid.cpp peermanager.cpp \ |