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 ...@@ -16,7 +16,7 @@ ACLOCAL_AMFLAGS = -I m4
DOC_FILES = \ DOC_FILES = \
README.md \ README.md \
LICENSE COPYING
EXTRA_DIST = \ EXTRA_DIST = \
$(DOC_FILES) $(DOC_FILES)
......
if USE_CYTHON if USE_CYTHON
noinst_HEADERS = \
opendht.pyx \
opendht_cpp.pxd
PYTHON_INSTALL_RECORD = $(builddir)/install_record.txt PYTHON_INSTALL_RECORD = $(builddir)/install_record.txt
pybuild.stamp: pybuild.stamp:
......
...@@ -47,3 +47,6 @@ nobase_include_HEADERS = \ ...@@ -47,3 +47,6 @@ nobase_include_HEADERS = \
../include/opendht/log.h \ ../include/opendht/log.h \
../include/opendht/rng.h \ ../include/opendht/rng.h \
../include/opendht/indexation/pht.h ../include/opendht/indexation/pht.h
nobase_noinst_HEADERS = \
../include/opendht/request.h
...@@ -10,4 +10,14 @@ libargon2_la_SOURCES = \ ...@@ -10,4 +10,14 @@ libargon2_la_SOURCES = \
encoding.c \ encoding.c \
ref.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 bin_PROGRAMS = dhtnode dhtchat dhtscanner
noinst_HEADERS = tools_common.h
AM_CPPFLAGS = -I../include AM_CPPFLAGS = -I../include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment