From 03b3d24ccf076ab75aa75d84e423b2d06db5cc5d Mon Sep 17 00:00:00 2001 From: Johan Gunnarsson Date: Sat, 28 Oct 2017 12:30:13 +0200 Subject: [PATCH] Install kademlia/dht_settings.hpp with Automake --- include/libtorrent/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libtorrent/Makefile.am b/include/libtorrent/Makefile.am index 1430fbe67..90a3f7668 100644 --- a/include/libtorrent/Makefile.am +++ b/include/libtorrent/Makefile.am @@ -216,6 +216,7 @@ nobase_include_HEADERS = \ extensions/ut_metadata.hpp \ extensions/ut_pex.hpp \ \ + kademlia/dht_settings.hpp \ kademlia/dht_state.hpp \ kademlia/dht_storage.hpp \ kademlia/dht_tracker.hpp \