Skip to content
Snippets Groups Projects
Commit 3282ebad authored by Adrien Béraud's avatar Adrien Béraud
Browse files

autotools: add missing files

parent ef1bf5cc
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,8 @@ libopendht_la_LIBADD = ./argon2/libargon2.la ...@@ -9,6 +9,8 @@ libopendht_la_LIBADD = ./argon2/libargon2.la
libopendht_la_SOURCES = \ libopendht_la_SOURCES = \
dht.cpp \ dht.cpp \
node_cache.cpp \
callbacks.cpp \
routing_table.cpp \ routing_table.cpp \
network_engine.cpp \ network_engine.cpp \
utils.cpp \ utils.cpp \
...@@ -27,6 +29,8 @@ endif ...@@ -27,6 +29,8 @@ endif
nobase_include_HEADERS = \ nobase_include_HEADERS = \
../include/opendht.h \ ../include/opendht.h \
../include/opendht/dht.h \ ../include/opendht/dht.h \
../include/opendht/callbacks.h \
../include/opendht/node_cache.h \
../include/opendht/routing_table.h \ ../include/opendht/routing_table.h \
../include/opendht/network_engine.h \ ../include/opendht/network_engine.h \
../include/opendht/scheduler.h \ ../include/opendht/scheduler.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment