mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-08 03:02:30 +00:00
b5f218ffd9
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@355 e378c898-3ddf-0310-93e7-cc216c733640
19 lines
310 B
Makefile
19 lines
310 B
Makefile
noinst_LIBRARIES = libsub_ui.a
|
|
|
|
libsub_ui_a_SOURCES = \
|
|
control.h \
|
|
download.cc \
|
|
download.h \
|
|
download_list.cc \
|
|
download_list.h \
|
|
file_list.cc \
|
|
file_list.h \
|
|
peer_info.cc \
|
|
peer_info.h \
|
|
root.cc \
|
|
root.h \
|
|
tracker_list.cc \
|
|
tracker_list.h
|
|
|
|
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
|