diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-10-15 04:04:16 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-10-15 04:04:16 +0000 |
commit | d0eda6dbb0ec7f48d7ca0b825872b64c856cc720 (patch) | |
tree | 79442188491515c9e6e898b1d9f7583779fb22fb /contrib/osx/Makefile.am | |
parent | 3dfb943d1f881ee95720fd602965de6e19c595ea (diff) | |
download | tor-d0eda6dbb0ec7f48d7ca0b825872b64c856cc720.tar.gz tor-d0eda6dbb0ec7f48d7ca0b825872b64c856cc720.zip |
Introducing Torbutton integration to the Tor-Privoxy OSX bundle.
svn:r11938
Diffstat (limited to 'contrib/osx/Makefile.am')
-rw-r--r-- | contrib/osx/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/osx/Makefile.am b/contrib/osx/Makefile.am index f7174a3ea2..e52ea5b61f 100644 --- a/contrib/osx/Makefile.am +++ b/contrib/osx/Makefile.am @@ -8,4 +8,5 @@ EXTRA_DIST = PrivoxyConfDesc.plist PrivoxyConfInfo.plist \ TorInfo.plist.in TorStartupDesc.plist.in TorStartupInfo.plist \ package.sh privoxy.config TorPostflight addsysuser \ Tor_Uninstaller.applescript uninstall_tor_bundle.sh \ - package_list.txt tor_logo.gif TorPreFlight + package_list.txt tor_logo.gif TorPreFlight TorbuttonInfo.plist \ + TorbuttonDesc.plist |