adds obfsproxy to make all

This commit is contained in:
n8fr8 2012-05-04 18:03:18 -04:00
parent 51cb3530f6
commit a5ad212cea
1 changed files with 8 additions and 6 deletions

14
external/Makefile vendored
View File

@ -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