mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-07 18:52: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
16 lines
272 B
Makefile
16 lines
272 B
Makefile
noinst_LIBRARIES = libsub_input.a
|
|
|
|
libsub_input_a_SOURCES = \
|
|
bindings.cc \
|
|
bindings.h \
|
|
input_event.cc \
|
|
input_event.h \
|
|
manager.cc \
|
|
manager.h \
|
|
path_input.cc \
|
|
path_input.h \
|
|
text_input.cc \
|
|
text_input.h
|
|
|
|
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
|