diff --git a/include/Makefile.am b/include/Makefile.am index 5e0f7bd78..44bc5b732 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -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 \ diff --git a/src/Makefile.am b/src/Makefile.am index e1cf35b28..836199338 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \