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

autotools: fix 'make dist'

parent de31d836
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ ACLOCAL_AMFLAGS = -I m4
DOC_FILES = \
README.md \
LICENSE
COPYING
EXTRA_DIST = \
$(DOC_FILES)
......
if USE_CYTHON
noinst_HEADERS = \
opendht.pyx \
opendht_cpp.pxd
PYTHON_INSTALL_RECORD = $(builddir)/install_record.txt
pybuild.stamp:
......
......@@ -47,3 +47,6 @@ nobase_include_HEADERS = \
../include/opendht/log.h \
../include/opendht/rng.h \
../include/opendht/indexation/pht.h
nobase_noinst_HEADERS = \
../include/opendht/request.h
......@@ -10,4 +10,14 @@ libargon2_la_SOURCES = \
encoding.c \
ref.c
EXTRA_libargon2_la_SOURCES = opt.c
noinst_HEADERS = \
argon2.h \
core.h \
blake2/blake2.h \
blake2/blake2-impl.h \
blake2/blamka-round-ref.h \
blake2/blamka-round-opt.h \
thread.h \
encoding.h \
opt.h \
ref.h
bin_PROGRAMS = dhtnode dhtchat dhtscanner
noinst_HEADERS = tools_common.h
AM_CPPFLAGS = -I../include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment