adds obfsproxy to make all
This commit is contained in:
parent
51cb3530f6
commit
a5ad212cea
|
@ -186,12 +186,12 @@ obfsproxy-clean:
|
||||||
#------------------------------------------------------------------------------#
|
#------------------------------------------------------------------------------#
|
||||||
# privoxy
|
# 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.sub privoxy
|
||||||
cp config.guess privoxy
|
cp config.guess privoxy
|
||||||
cd privoxy && \
|
cd privoxy && \
|
||||||
|
@ -232,17 +232,19 @@ jtorctrl-clean:
|
||||||
|
|
||||||
#------------------------------------------------------------------------------#
|
#------------------------------------------------------------------------------#
|
||||||
# cleanup, cleanup, put the toys away
|
# cleanup, cleanup, put the toys away
|
||||||
assets: tor privoxy jtorctrl
|
assets: tor privoxy jtorctrl obfsproxy
|
||||||
install -d ../res/raw
|
install -d ../res/raw
|
||||||
install -d ../libs
|
install -d ../libs
|
||||||
install bin/tor ../res/raw
|
install bin/tor ../res/raw
|
||||||
install bin/privoxy ../res/raw
|
install bin/privoxy ../res/raw
|
||||||
|
install bin/obfsproxy ../res/raw
|
||||||
install bin/jtorctrl.jar ../libs
|
install bin/jtorctrl.jar ../libs
|
||||||
|
|
||||||
assets-clean:
|
assets-clean:
|
||||||
-rm ../res/raw/tor
|
-rm ../res/raw/tor
|
||||||
-rm ../res/raw/privoxy
|
-rm ../res/raw/privoxy
|
||||||
-rm ../libs/jtorctrl.jar
|
-rm ../libs/jtorctrl.jar
|
||||||
|
-rm ../res/raw/obfsproxy
|
||||||
|
|
||||||
#------------------------------------------------------------------------------#
|
#------------------------------------------------------------------------------#
|
||||||
# cleanup, cleanup, put the toys away
|
# cleanup, cleanup, put the toys away
|
||||||
|
|
Loading…
Reference in New Issue