Skip to content

Commit

Permalink
PoC PCP
Browse files Browse the repository at this point in the history
  • Loading branch information
laanwj committed May 4, 2024
1 parent bc896f6 commit e3d4765
Show file tree
Hide file tree
Showing 2 changed files with 473 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,15 @@ bitcoind_CXXFLAGS = $(bitcoin_bin_cxxflags)
bitcoind_LDFLAGS = $(bitcoin_bin_ldflags)
bitcoind_LDADD = $(LIBBITCOIN_NODE) $(bitcoin_bin_ldadd)

#################################################################
bin_PROGRAMS += pcp-test
pcp_test_SOURCES = pcp-test.cpp
pcp_test_CPPFLAGS = $(bitcoin_bin_cppflags)
pcp_test_CXXFLAGS = $(bitcoin_bin_cxxflags)
pcp_test_LDFLAGS = $(bitcoin_bin_ldflags)
pcp_test_LDADD = $(LIBBITCOIN_NODE) $(bitcoin_bin_ldadd)
#################################################################

bitcoin_node_SOURCES = $(bitcoin_daemon_sources) init/bitcoin-node.cpp
bitcoin_node_CPPFLAGS = $(bitcoin_bin_cppflags)
bitcoin_node_CXXFLAGS = $(bitcoin_bin_cxxflags)
Expand Down

0 comments on commit e3d4765

Please sign in to comment.