diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-01-05 02:46:25 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-01-05 02:46:25 +0000 |
commit | 20142a2508b6fb486a7df4b61afae4522fd32571 (patch) | |
tree | b0dc496d6fb31ea6f20489a8bf3aba8bb22d40e9 /contrib/Makefile.am | |
parent | 041edf87548688b67477b9216268d18501160a4e (diff) | |
download | tor-20142a2508b6fb486a7df4b61afae4522fd32571.tar tor-20142a2508b6fb486a7df4b61afae4522fd32571.tar.gz |
Forward-port OSX packaging stuff from maint branch
svn:r3299
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r-- | contrib/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 5b073557a..3aa5a2bf6 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,3 +1,6 @@ +SUBDIRS = osx +DIST_SUBDIRS = osx + confdir = $(sysconfdir)/tor EXTRA_DIST = tor-tsocks.conf torify.1 tor-control.py tor.nsi tor.sh torctl |