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

autotools: add missing files

parent c215bf1d
Branches
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ AC_ARG_ENABLE([python], [AS_HELP_STRING([--disable-python], [Disble python bindi ...@@ -26,7 +26,7 @@ AC_ARG_ENABLE([python], [AS_HELP_STRING([--disable-python], [Disble python bindi
AS_IF([test "x$enable_python" != "xno"], [ AS_IF([test "x$enable_python" != "xno"], [
AM_PATH_PYTHON([3.3],, [:]) AM_PATH_PYTHON([3.3],, [:])
AS_IF([test -n "$PYTHON"],[ AS_IF([test -n "$PYTHON"],[
AC_CHECK_PROGS([CYTHON], [cython]) AC_CHECK_PROGS([CYTHON], [cython3])
AS_IF([test -z "$CYTHON"],[AC_MSG_WARN([Cython not found - continuing without python support])]) AS_IF([test -z "$CYTHON"],[AC_MSG_WARN([Cython not found - continuing without python support])])
AC_CHECK_PROGS([PIP], [pip3]) AC_CHECK_PROGS([PIP], [pip3])
AS_IF([test -z "$PIP"],[AC_MSG_WARN([pip not found - continuing without python uninstall support])]) AS_IF([test -z "$PIP"],[AC_MSG_WARN([pip not found - continuing without python uninstall support])])
......
...@@ -9,6 +9,7 @@ libopendht_la_LIBADD = ./argon2/libargon2.la ...@@ -9,6 +9,7 @@ libopendht_la_LIBADD = ./argon2/libargon2.la
libopendht_la_SOURCES = \ libopendht_la_SOURCES = \
dht.cpp \ dht.cpp \
routing_table.cpp \
network_engine.cpp \ network_engine.cpp \
utils.cpp \ utils.cpp \
infohash.cpp \ infohash.cpp \
...@@ -26,6 +27,7 @@ endif ...@@ -26,6 +27,7 @@ endif
nobase_include_HEADERS = \ nobase_include_HEADERS = \
../include/opendht.h \ ../include/opendht.h \
../include/opendht/dht.h \ ../include/opendht/dht.h \
../include/opendht/routing_table.h \
../include/opendht/network_engine.h \ ../include/opendht/network_engine.h \
../include/opendht/scheduler.h \ ../include/opendht/scheduler.h \
../include/opendht/utils.h \ ../include/opendht/utils.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment