Select Git revision
Makefile.am
-
Adrien Béraud authored
argon2: use as submodule (reverted from commit c424eb91) (reverted from commit 3c45e199)
Adrien Béraud authoredargon2: use as submodule (reverted from commit c424eb91) (reverted from commit 3c45e199)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Makefile.am 307 B
AM_CXXFLAGS = -pthread
SUBDIRS =
SUBDIRS += src
if ENABLE_TOOLS
SUBDIRS += tools
endif
if USE_CYTHON
SUBDIRS += python
endif
SUBDIRS += doc
ACLOCAL_AMFLAGS = -I m4
DOC_FILES = \
README.md \
COPYING
EXTRA_DIST = \
$(DOC_FILES)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = opendht.pc