From a5ad212ceaee3f933d95d982c501d2aa9437836e Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Fri, 4 May 2012 18:03:18 -0400 Subject: [PATCH] adds obfsproxy to make all --- external/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/external/Makefile b/external/Makefile index aec1c675..ff420c69 100644 --- a/external/Makefile +++ b/external/Makefile @@ -186,12 +186,12 @@ obfsproxy-clean: #------------------------------------------------------------------------------# # privoxy -privoxy/configure: - cd privoxy && \ - ./autoheader - ./autoconf -privoxy/Makefile: privoxy/configure +privoxy/Makefile: + cd privoxy && \ + autoheader + cd privoxy && \ + autoconf cp config.sub privoxy cp config.guess privoxy cd privoxy && \ @@ -232,17 +232,19 @@ jtorctrl-clean: #------------------------------------------------------------------------------# # cleanup, cleanup, put the toys away -assets: tor privoxy jtorctrl +assets: tor privoxy jtorctrl obfsproxy install -d ../res/raw install -d ../libs install bin/tor ../res/raw install bin/privoxy ../res/raw + install bin/obfsproxy ../res/raw install bin/jtorctrl.jar ../libs assets-clean: -rm ../res/raw/tor -rm ../res/raw/privoxy -rm ../libs/jtorctrl.jar + -rm ../res/raw/obfsproxy #------------------------------------------------------------------------------# # cleanup, cleanup, put the toys away