mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-09 11:42:33 +00:00
8a1220fd5b
* Fixed a bug that would cause ^O to make an extra call to "set_directory" for the log, instead of "get_directory". git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@909 e378c898-3ddf-0310-93e7-cc216c733640
25 lines
448 B
Makefile
25 lines
448 B
Makefile
noinst_LIBRARIES = libsub_utils.a
|
|
|
|
libsub_utils_a_SOURCES = \
|
|
command_slot.cc \
|
|
command_slot.h \
|
|
command_variable.cc \
|
|
command_variable.h \
|
|
command_download_slot.cc \
|
|
command_download_slot.h \
|
|
directory.cc \
|
|
directory.h \
|
|
list_focus.h \
|
|
lockfile.cc \
|
|
lockfile.h \
|
|
parse.cc \
|
|
parse.h \
|
|
socket_fd.cc \
|
|
socket_fd.h \
|
|
variable.cc \
|
|
variable.h \
|
|
variable_map.cc \
|
|
variable_map.h
|
|
|
|
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
|