mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-07 02:32:32 +00:00
0206ee066d
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@449 e378c898-3ddf-0310-93e7-cc216c733640
29 lines
542 B
Makefile
29 lines
542 B
Makefile
SUBDIRS = \
|
|
core \
|
|
display \
|
|
input \
|
|
ui \
|
|
utils
|
|
|
|
bin_PROGRAMS = rtorrent
|
|
|
|
rtorrent_LDADD = \
|
|
$(top_srcdir)/src/ui/libsub_ui.a \
|
|
$(top_srcdir)/src/core/libsub_core.a \
|
|
$(top_srcdir)/src/display/libsub_display.a \
|
|
$(top_srcdir)/src/input/libsub_input.a \
|
|
$(top_srcdir)/src/utils/libsub_utils.a
|
|
|
|
rtorrent_SOURCES = \
|
|
main.cc \
|
|
option_file.cc \
|
|
option_file.h \
|
|
option_handler.cc \
|
|
option_handler.h \
|
|
option_handler_rules.cc \
|
|
option_handler_rules.h \
|
|
option_parser.cc \
|
|
option_parser.h \
|
|
signal_handler.cc \
|
|
signal_handler.h
|