X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=blobdiff_plain;f=backends%2Flibbitcoin%2FMakefile;h=73c284f9ec4e542692bcf51255e0b214d82d7a5b;hp=96cc1cf1c898298b9c1fabacf1c2bfb358c22f83;hb=240db7c28d2e6a0d0078c42f81b2b110615e88c6;hpb=ce2fafb656aa4a5ae43bda3617c6bdedcf9c5a84 diff --git a/backends/libbitcoin/Makefile b/backends/libbitcoin/Makefile index 96cc1cf..73c284f 100644 --- a/backends/libbitcoin/Makefile +++ b/backends/libbitcoin/Makefile @@ -1,5 +1,9 @@ CC = g++ -fPIC -Wall -ansi `pkg-config --cflags libbitcoin` -I/usr/include/python2.7 +trace_tx: + $(CC) -c trace_tx.cpp -o trace_tx.o + $(CC) -shared -Wl,-soname,trace_tx.so trace_tx.o -lpython2.7 -lboost_python `pkg-config --libs libbitcoin` -lboost_thread -o trace_tx.so + membuf: $(CC) -c membuf.cpp -o membuf.o $(CC) -shared -Wl,-soname,membuf.so membuf.o -lpython2.7 -lboost_python `pkg-config --libs libbitcoin` -lboost_thread -o membuf.so