From d902143a754a65db553343be71fcf5ba16645ac6 Mon Sep 17 00:00:00 2001 From: Andrew Lewman Date: Sun, 19 Feb 2006 15:57:38 +0000 Subject: [PATCH] Include the osx installer in the Makefile as well. svn:r6045 --- contrib/osx/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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