mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-05 17:52:29 +00:00
1003013f10
Unused. Signed-off-by: Rosen Penev <rosenp@gmail.com>
27 lines
452 B
Makefile
27 lines
452 B
Makefile
SUBDIRS = \
|
|
doc \
|
|
src \
|
|
test
|
|
|
|
EXTRA_DIST= \
|
|
rtorrent.lua \
|
|
rak/address_info.h \
|
|
rak/algorithm.h \
|
|
rak/error_number.h \
|
|
rak/file_stat.h \
|
|
rak/fs_stat.h \
|
|
rak/path.h \
|
|
rak/partial_queue.h \
|
|
rak/priority_queue.h \
|
|
rak/priority_queue_default.h \
|
|
rak/regex.h \
|
|
rak/socket_address.h \
|
|
rak/string_manip.h \
|
|
rak/timer.h \
|
|
rak/unordered_vector.h \
|
|
scripts/checks.m4 \
|
|
scripts/common.m4 \
|
|
scripts/attributes.m4
|
|
|
|
ACLOCAL_AMFLAGS = -I scripts
|