rtorrent: Moving towards working torrents.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@246 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-01-29 22:42:52 +00:00
parent 53f32e74a1
commit b17dc37a3b
16 changed files with 182 additions and 100 deletions
+3 -5
View File
@@ -1,16 +1,14 @@
SUBDIRS = \
display \
engine \
input
bin_PROGRAMS = rtorrent
rtorrent_LDADD = \
$(top_srcdir)/src/display/libsub_display.a \
$(top_srcdir)/src/engine/libsub_engine.a \
$(top_srcdir)/src/input/libsub_input.a
rtorrent_SOURCES = \
downloads.cc \
downloads.h \
main.cc \
poll.cc \
poll.h
main.cc