Files
rtorrent/src/ui/Makefile.am
T
rakshasa 9e0db66b58 Added file view.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@322 e378c898-3ddf-0310-93e7-cc216c733640
2005-03-04 22:00:39 +00:00

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)