diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-05-23 08:50:39 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-05-23 08:50:39 +0000 |
commit | 820a7a2c24be1774b454b59842219c4e36440eed (patch) | |
tree | c2ec35c0581b03b80ed3f638cc4682334170ac6f /contrib/Makefile.am | |
parent | c1054ffe92236a2f4eb7ee69b2822c2ac443ba3f (diff) | |
download | tor-820a7a2c24be1774b454b59842219c4e36440eed.tar tor-820a7a2c24be1774b454b59842219c4e36440eed.tar.gz |
Add cross.sh cross-compilation script from Michael Mohr. Trivial backport candidate, since adding a new script cannot possibly break anything.
svn:r6475
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r-- | contrib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index d9dc3a6e8..eed9898cb 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -3,7 +3,7 @@ DIST_SUBDIRS = osx confdir = $(sysconfdir)/tor -EXTRA_DIST = exitlist tor-tsocks.conf torify.1 TorControl.py tor.nsi.in tor.sh torctl rc.subr ExerciseServer.py PathDemo.py +EXTRA_DIST = exitlist tor-tsocks.conf torify.1 TorControl.py tor.nsi.in tor.sh torctl rc.subr ExerciseServer.py PathDemo.py cross.sh conf_DATA = tor-tsocks.conf |