Skip to content

Commit

Permalink
Merge pull request #31 from DarthGandalf/patch-1
Browse files Browse the repository at this point in the history
Fix build with distcc
  • Loading branch information
sneves committed Apr 26, 2020
2 parents f4eedd3 + 0a706db commit 0f7c898
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Makefile.am
Expand Up @@ -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

Expand Down

0 comments on commit 0f7c898

Please sign in to comment.