mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-10 04:02:30 +00:00
126bb511b8
that adds the "unused" attribute to some function parameters and minor cleanups of configure.ac. * Added inttypes.h to command_scheduler.h. * Bumped to version 0.8.5/0.4.5. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@634 e378c898-3ddf-0310-93e7-cc216c733640
23 lines
386 B
Makefile
23 lines
386 B
Makefile
SUBDIRS = \
|
|
doc \
|
|
src
|
|
|
|
EXTRA_DIST= \
|
|
autogen.sh \
|
|
rak/algorithm.h \
|
|
rak/error_number.h \
|
|
rak/file_stat.h \
|
|
rak/functional.h \
|
|
rak/functional_fun.h \
|
|
rak/priority_queue.h \
|
|
rak/priority_queue_default.h \
|
|
rak/regex.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
|