Skip to content

Commit

Permalink
Fix missing dependencies in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
GINcoin Dev committed Apr 28, 2018
1 parent 70ffcbb commit 78ac3db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,9 @@ crypto_libbitcoin_crypto_a_SOURCES += \
crypto/Lyra2Z/Lyra2Z.c \
crypto/Lyra2Z/Lyra2Z.h \
crypto/Lyra2Z/Sponge.c \
crypto/Lyra2Z/Sponge.h

crypto/Lyra2Z/Sponge.h \
crypto/Lyra2Z/sph_blake.h \
crypto/Lyra2Z/sph_types.h

# common: shared between gincoind, and gincoin-qt and non-server tools
libbitcoin_common_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
Expand Down

0 comments on commit 78ac3db

Please sign in to comment.