mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-11 04:32:30 +00:00
3df7567ddf
'epoll' code. The client selects whichever is available on the current platform. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@510 e378c898-3ddf-0310-93e7-cc216c733640
33 lines
601 B
Makefile
33 lines
601 B
Makefile
noinst_LIBRARIES = libsub_core.a
|
|
|
|
libsub_core_a_SOURCES = \
|
|
curl_get.cc \
|
|
curl_get.h \
|
|
curl_stack.cc \
|
|
curl_stack.h \
|
|
download.cc \
|
|
download.h \
|
|
download_factory.cc \
|
|
download_factory.h \
|
|
download_list.cc \
|
|
download_list.h \
|
|
download_slot_map.h \
|
|
download_store.cc \
|
|
download_store.h \
|
|
hash_queue.cc \
|
|
hash_queue.h \
|
|
http_queue.cc \
|
|
http_queue.h \
|
|
log.cc \
|
|
log.h \
|
|
manager.cc \
|
|
manager.h \
|
|
poll_manager.cc \
|
|
poll_manager.h \
|
|
poll_manager_epoll.cc \
|
|
poll_manager_epoll.h \
|
|
poll_manager_select.cc \
|
|
poll_manager_select.h
|
|
|
|
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
|