Files
rtorrent/src/Makefile.am
T
rakshasa 0206ee066d Working option file, doesn't yet load from a sane place.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@449 e378c898-3ddf-0310-93e7-cc216c733640
2005-06-01 13:33:44 +00:00

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