commit 54c7193ffaf82473ca337b6540652002ca43adee Author: Arturo Filastò art@baculo.org Date: Wed Jun 13 19:28:16 2012 +0200
Add txscapy to the list of used libraries and update makefile --- ooni/lib/Makefile | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/ooni/lib/Makefile b/ooni/lib/Makefile index dfb2449..37abe05 100644 --- a/ooni/lib/Makefile +++ b/ooni/lib/Makefile @@ -1,4 +1,4 @@ -all: txtorcon txtraceroute +all: txtorcon txtraceroute txscapy
txtraceroute: echo "Processing dependency txtraceroute..." @@ -12,3 +12,9 @@ txtorcon: mv txtorcon.git/txtorcon txtorcon rm -rf txtorcon.git
+txscapy: + echo "Processing dependency txscapy" + git clone https://github.com/hellais/txscapy.git txscapy.git + mv txscapy.git/txscapy.py txscapy.py + rm -rf txscapy.git +
tor-commits@lists.torproject.org