From: Nick Mathewson Date: Thu, 25 Sep 2014 17:16:35 +0000 (-0400) Subject: Have the run_trunnel.sh script tell trunnel to update src/ext/trunnel too X-Git-Tag: tor-0.2.6.1-alpha~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d303d6244e097dd2f5256d11d3a529cf63398d69;p=thirdparty%2Ftor.git Have the run_trunnel.sh script tell trunnel to update src/ext/trunnel too --- diff --git a/scripts/codegen/run_trunnel.sh b/scripts/codegen/run_trunnel.sh index 3a3deb2730..df84a6e2a7 100755 --- a/scripts/codegen/run_trunnel.sh +++ b/scripts/codegen/run_trunnel.sh @@ -7,3 +7,5 @@ fi python -m trunnel ./src/trunnel/*.trunnel +python -m trunnel --write-c-files --target-dir=./src/ext/trunnel/ +