Renamed engine to core.

Added focus to WindowDownloadList.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@249 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-01-31 17:59:16 +00:00
parent c3a4a7d554
commit cd9b014eb6
17 changed files with 107 additions and 47 deletions
+15
View File
@@ -0,0 +1,15 @@
noinst_LIBRARIES = libsub_core.a
libsub_core_a_SOURCES = \
curl_get.cc \
curl_get.h \
curl_stack.cc \
curl_stack.h \
download.h \
download_list.cc \
download_list.h \
poll.cc \
poll.h
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)