diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-10-01 13:03:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-10-01 13:03:33 -0400 |
commit | e62e8a31bd8135de0dd5a4c713d37c5536538341 (patch) | |
tree | 45526dd207637a65ff14e7f706d902775dde7661 /contrib | |
parent | 5baacf5a9ce9721dfc9414acf8c050303fd24761 (diff) | |
download | tor-e62e8a31bd8135de0dd5a4c713d37c5536538341.tar tor-e62e8a31bd8135de0dd5a4c713d37c5536538341.tar.gz |
Add torify to EXTRA_DIST
Now that we no longer build it from torify.in, we need to list it
manually.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/include.am b/contrib/include.am index 6d7fb16f9..62b76ebeb 100644 --- a/contrib/include.am +++ b/contrib/include.am @@ -12,6 +12,7 @@ EXTRA_DIST+= \ contrib/tor.ico \ contrib/tor.nsi.in \ contrib/tor.sh \ + contrib/torify \ contrib/torctl bin_SCRIPTS+= contrib/torify |