mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-08 03:02:30 +00:00
297b4b5f1d
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@913 e378c898-3ddf-0310-93e7-cc216c733640
13 lines
222 B
Makefile
13 lines
222 B
Makefile
noinst_LIBRARIES = libsub_utils.a
|
|
|
|
libsub_utils_a_SOURCES = \
|
|
directory.cc \
|
|
directory.h \
|
|
list_focus.h \
|
|
lockfile.cc \
|
|
lockfile.h \
|
|
socket_fd.cc \
|
|
socket_fd.h
|
|
|
|
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
|