diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-02-19 15:57:38 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-02-19 15:57:38 +0000 |
commit | d902143a754a65db553343be71fcf5ba16645ac6 (patch) | |
tree | 326cd424c2f031d0880dfdf284703c7f427fa38e | |
parent | 537a39e147b544f5f484b6c24cdded1c2c47d6aa (diff) | |
download | tor-d902143a754a65db553343be71fcf5ba16645ac6.tar.gz tor-d902143a754a65db553343be71fcf5ba16645ac6.zip |
Include the osx installer in the Makefile as well.
svn:r6045
-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 447132ea3e..40dc7c7d9f 100644 --- a/contrib/osx/Makefile.am +++ b/contrib/osx/Makefile.am @@ -4,5 +4,6 @@ EXTRA_DIST = PrivoxyConfDesc.plist PrivoxyConfInfo.plist \ ReadMe.rtf StartupParameters.plist Tor TorBundleDesc.plist.in \ TorBundleInfo.plist.in TorBundleWelcome.rtf TorDesc.plist.in \ TorInfo.plist.in TorStartupDesc.plist.in TorStartupInfo.plist \ - package.sh privoxy.config TorPostflight addsysuser + package.sh privoxy.config TorPostflight addsysuser \ + Tor_Uninstaller.applescript uninstall_tor_bundle.sh |