mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-10 04:02:30 +00:00
5b050b594b
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@291 e378c898-3ddf-0310-93e7-cc216c733640
12 lines
196 B
Makefile
12 lines
196 B
Makefile
noinst_LIBRARIES = libsub_utils.a
|
|
|
|
libsub_utils_a_SOURCES = \
|
|
directory.cc \
|
|
directory.h \
|
|
functional.h \
|
|
parse.cc \
|
|
parse.h \
|
|
timer.h
|
|
|
|
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
|