Skip to content

Commit

Permalink
Merge #622: [Build] Make sure Boost headers are included for libzerocoin
Browse files Browse the repository at this point in the history
811785c [Build] Make sure Boost headers are included for libzerocoin (Fuzzbawls)

Tree-SHA512: fe2fb92c98ad6493e258583c67565ec18fde57fa3579ef5ea3bdb1da1d2460b63ec3fb7707a0c06304bb41811afd7c5333f4d41979c038e49725dfd639a5ddb8
  • Loading branch information
Mrs-X committed May 26, 2018
2 parents 1a82aec + 811785c commit b8c672c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ crypto_libbitcoin_crypto_a_SOURCES = \
crypto/sph_types.h

# libzerocoin library
libzerocoin_libbitcoin_zerocin_a_CPPFLAGS = $(AM_CPPFLAGS)
libzerocoin_libbitcoin_zerocin_a_CPPFLAGS = $(AM_CPPFLAGS) $(BOOST_CPPFLAGS)
libzerocoin_libbitcoin_zerocin_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
libzerocoin_libbitcoin_zerocoin_a_SOURCES = \
libzerocoin/Accumulator.h \
Expand Down

0 comments on commit b8c672c

Please sign in to comment.