1
0
mirror of https://github.com/BLAKE2/libb2 synced 2024-11-22 20:21:59 +01:00

Merge pull request #31 from DarthGandalf/patch-1

Fix build with distcc
This commit is contained in:
Samuel Neves 2020-04-26 23:45:02 +01:00 committed by GitHub
commit 0f7c898301
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -19,8 +19,7 @@ lib_LTLIBRARIES = libb2.la
libb2_la_LIBADD = # -lgomp -lpthread
libb2_la_LDFLAGS = -no-undefined
libb2_la_CPPFLAGS = -DSUFFIX= \
$(LTDLINCL) \
${top_builddir}/src/
$(LTDLINCL)
include_HEADERS = blake2.h