From 3282ebad2ef8538ff5759714da9ba6d995c3c228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Mon, 9 May 2016 16:17:14 -0400 Subject: [PATCH] autotools: add missing files --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 806c0cb0..d9f7666b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,6 +9,8 @@ libopendht_la_LIBADD = ./argon2/libargon2.la libopendht_la_SOURCES = \ dht.cpp \ + node_cache.cpp \ + callbacks.cpp \ routing_table.cpp \ network_engine.cpp \ utils.cpp \ @@ -27,6 +29,8 @@ endif nobase_include_HEADERS = \ ../include/opendht.h \ ../include/opendht/dht.h \ + ../include/opendht/callbacks.h \ + ../include/opendht/node_cache.h \ ../include/opendht/routing_table.h \ ../include/opendht/network_engine.h \ ../include/opendht/scheduler.h \ -- GitLab