twisterp2pnetworkbittorrentblockchainipv6microbloggingdecentralizedsocial-networkdhttwister-ipv6twister-coretwisterarmyp2p-networktwister-server
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
533 B
20 lines
533 B
tool_programs = \ |
|
parse_hash_fails |
|
|
|
if ENABLE_EXAMPLES |
|
bin_PROGRAMS = $(tool_programs) |
|
endif |
|
|
|
EXTRA_PROGRAMS = $(tool_programs) |
|
EXTRA_DIST = Jamfile |
|
|
|
parse_hash_fails_SOURCES = parse_hash_fails.cpp |
|
#client_test_LDADD = $(top_builddir)/src/libtorrent-rasterbar.la |
|
|
|
LDADD = $(top_builddir)/src/libtorrent-rasterbar.la |
|
|
|
AM_CPPFLAGS = -ftemplate-depth-50 -I$(top_srcdir)/include @DEBUGFLAGS@ |
|
|
|
AM_LDFLAGS = @BOOST_SYSTEM_LIB@ |
|
#AM_LDFLAGS = $(LDFLAGS) @BOOST_SYSTEM_LIB@ @OPENSSL_LDFLAGS@ @OPENSSL_LIBS@ |
|
#AM_LDFLAGS = @OPENSSL_LDFLAGS@
|
|
|