diff options
author | Roger Dingledine <arma@torproject.org> | 2007-09-19 00:45:28 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-09-19 00:45:28 +0000 |
commit | 2f4fa29b70adf128d9d8788f3d311150e2731818 (patch) | |
tree | 6b4be1a3ba658d09947b0373026cbfb762467da0 | |
parent | 3a07d21092be77f6a58fc005647acaef71694e20 (diff) | |
download | tor-2f4fa29b70adf128d9d8788f3d311150e2731818.tar tor-2f4fa29b70adf128d9d8788f3d311150e2731818.tar.gz |
the other half of r11464
svn:r11503
-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 4d5ecda71..6e401a0c2 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -3,7 +3,7 @@ DIST_SUBDIRS = osx suse 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 cross.sh tor-mingw.nsi.in package_nsis-mingw.sh tor.ico +EXTRA_DIST = exitlist tor-tsocks.conf torify.1 tor.nsi.in tor.sh torctl rc.subr cross.sh tor-mingw.nsi.in package_nsis-mingw.sh tor.ico conf_DATA = tor-tsocks.conf |