mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-07 10:42:31 +00:00
9e0db66b58
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@322 e378c898-3ddf-0310-93e7-cc216c733640
15 lines
242 B
Makefile
15 lines
242 B
Makefile
noinst_LIBRARIES = libsub_ui.a
|
|
|
|
libsub_ui_a_SOURCES = \
|
|
control.h \
|
|
download.cc \
|
|
download.h \
|
|
download_list.cc \
|
|
download_list.h \
|
|
file_list.cc \
|
|
file_list.h \
|
|
root.cc \
|
|
root.h
|
|
|
|
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
|