mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-06 02:02:30 +00:00
b657554236
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@260 e378c898-3ddf-0310-93e7-cc216c733640
22 lines
421 B
Makefile
22 lines
421 B
Makefile
noinst_LIBRARIES = libsub_display.a
|
|
|
|
libsub_display_a_SOURCES = \
|
|
canvas.cc \
|
|
canvas.h \
|
|
manager.cc \
|
|
manager.h \
|
|
window.cc \
|
|
window.h \
|
|
window_download_list.cc \
|
|
window_download_list.h \
|
|
window_peer_info.cc \
|
|
window_peer_info.h \
|
|
window_peer_list.cc \
|
|
window_peer_list.h \
|
|
window_statusbar.cc \
|
|
window_statusbar.h \
|
|
window_title.cc \
|
|
window_title.h
|
|
|
|
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
|