added GeoIP sources to make files

This commit is contained in:
Arvid Norberg 2008-04-22 00:59:56 +00:00
parent 9a434a919f
commit 4f132ec568
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ libtorrent/extensions.hpp \
libtorrent/file.hpp \
libtorrent/file_pool.hpp \
libtorrent/fingerprint.hpp \
libtorrent/GeoIP.h \
libtorrent/gzip.hpp \
libtorrent/hasher.hpp \
libtorrent/http_connection.hpp \

View File

@ -23,7 +23,7 @@ alert.cpp identify_client.cpp ip_filter.cpp file.cpp metadata_transfer.cpp \
logger.cpp file_pool.cpp ut_pex.cpp lsd.cpp upnp.cpp instantiate_connection.cpp \
socks5_stream.cpp socks4_stream.cpp http_stream.cpp connection_queue.cpp \
disk_io_thread.cpp ut_metadata.cpp magnet_uri.cpp udp_socket.cpp smart_ban.cpp \
http_parser.cpp gzip.cpp disk_buffer_holder.cpp $(kademlia_sources)
http_parser.cpp gzip.cpp disk_buffer_holder.cpp GeoIP.c $(kademlia_sources)
noinst_HEADERS = \
$(top_srcdir)/include/libtorrent/alert.hpp \