Files
rtorrent/src/ui/Makefile.am
T
rakshasa b5f218ffd9 Refactored peer info screen out into its own ui class.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@355 e378c898-3ddf-0310-93e7-cc216c733640
2005-03-15 15:58:45 +00:00

19 lines
310 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 \
peer_info.cc \
peer_info.h \
root.cc \
root.h \
tracker_list.cc \
tracker_list.h
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)