summaryrefslogtreecommitdiff
path: root/scripts/codegen
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-25 13:16:35 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-25 13:16:35 -0400
commitd303d6244e097dd2f5256d11d3a529cf63398d69 (patch)
treeaa5e9c5bd966660e52fa233901e1d081222a0629 /scripts/codegen
parent1b13139709348f6a7f19808c1cd82d2b62823680 (diff)
downloadtor-d303d6244e097dd2f5256d11d3a529cf63398d69.tar.gz
tor-d303d6244e097dd2f5256d11d3a529cf63398d69.zip
Have the run_trunnel.sh script tell trunnel to update src/ext/trunnel too
Diffstat (limited to 'scripts/codegen')
-rwxr-xr-xscripts/codegen/run_trunnel.sh2
1 files changed, 2 insertions, 0 deletions
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/
+