diff options
author | Roger Dingledine <arma@torproject.org> | 2005-04-01 16:35:17 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-04-01 16:35:17 +0000 |
commit | bcbb0e8ed08b78bb7ee3855f214ece7a3bc8bff1 (patch) | |
tree | 23a1b2e9f95b7d0018b4080cd65acfe3152ce746 /contrib/Makefile.am | |
parent | 74dd5e978a47c3d28bb7762acdfb06831c4bb51d (diff) | |
download | tor-bcbb0e8ed08b78bb7ee3855f214ece7a3bc8bff1.tar tor-bcbb0e8ed08b78bb7ee3855f214ece7a3bc8bff1.tar.gz |
include ExerciseServer.py and PathDemo.py in the tarball
svn:r3974
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 fb7ac081b..18bd0f80c 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 tor.sh torctl +EXTRA_DIST = exitlist tor-tsocks.conf torify.1 TorControl.py tor.nsi tor.sh torctl ExerciseServer.py PathDemo.py conf_DATA = tor-tsocks.conf |