Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Apr 11, 2019
1 parent 2ded0df commit 40c4bf1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,10 @@ libdashconsensus_la_LIBADD = $(LIBSECP256K1) $(BLS_LIBS)
libdashconsensus_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(builddir)/obj -I$(srcdir)/secp256k1/include -DBUILD_BITCOIN_INTERNAL
libdashconsensus_la_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)

if TARGET_WINDOWS
libdashconsensus_la_LIBADD += -lpthread
endif

endif
#

Expand Down

0 comments on commit 40c4bf1

Please sign in to comment.