mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-06 18:22:32 +00:00
ce4c09c143
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@277 e378c898-3ddf-0310-93e7-cc216c733640
23 lines
373 B
Makefile
23 lines
373 B
Makefile
SUBDIRS = \
|
|
core \
|
|
display \
|
|
input \
|
|
ui
|
|
|
|
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
|
|
|
|
rtorrent_SOURCES = \
|
|
functional.h \
|
|
main.cc \
|
|
parse.cc \
|
|
parse.h \
|
|
signal_handler.cc \
|
|
signal_handler.h \
|
|
timer.h
|