mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-09 19:52:31 +00:00
ef3a8fcd83
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@308 e378c898-3ddf-0310-93e7-cc216c733640
15 lines
245 B
Makefile
15 lines
245 B
Makefile
noinst_LIBRARIES = libsub_utils.a
|
|
|
|
libsub_utils_a_SOURCES = \
|
|
directory.cc \
|
|
directory.h \
|
|
functional.h \
|
|
parse.cc \
|
|
parse.h \
|
|
task.h \
|
|
task_schedule.cc \
|
|
task_schedule.h \
|
|
timer.h
|
|
|
|
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
|