mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-11 12:42:31 +00:00
65573ec1ee
wrappers. * Some client code cleanup. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@576 e378c898-3ddf-0310-93e7-cc216c733640
27 lines
569 B
Makefile
27 lines
569 B
Makefile
noinst_LIBRARIES = libsub_ui.a
|
|
|
|
libsub_ui_a_SOURCES = \
|
|
download.cc \
|
|
download.h \
|
|
download_list.cc \
|
|
download_list.h \
|
|
element_base.h \
|
|
element_download_list.cc \
|
|
element_download_list.h \
|
|
element_file_list.cc \
|
|
element_file_list.h \
|
|
element_log_complete.cc \
|
|
element_log_complete.h \
|
|
element_peer_info.cc \
|
|
element_peer_info.h \
|
|
element_peer_list.cc \
|
|
element_peer_list.h \
|
|
element_string_list.cc \
|
|
element_string_list.h \
|
|
element_tracker_list.cc \
|
|
element_tracker_list.h \
|
|
root.cc \
|
|
root.h
|
|
|
|
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
|