From 89ea3c2a4ee577e30afe3dc6ace034018ef3f4f2 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Fri, 29 Aug 2008 00:39:02 +0000 Subject: [PATCH] trunk: update the list of mac files to include in the tarball --- macosx/Makefile.am | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/macosx/Makefile.am b/macosx/Makefile.am index 011550417..a90da76d7 100644 --- a/macosx/Makefile.am +++ b/macosx/Makefile.am @@ -1,24 +1,28 @@ EXTRA_DIST = \ Credits.rtf \ AboutWindow.xib \ + BlocklistStatusWindow.xib \ GroupsWindow.xib \ + MessageWindow.xib \ + StatsWindow.xib \ Defaults.plist \ Info.plist.in \ Transmission_Prefix.pch \ version.sh \ + Growl.framework \ Sparkle.framework \ CTGradient \ UKKQueue \ TransmissionHelp \ - Applescript \ Images \ - Growl.framework \ + appcast \ en.lproj \ es.lproj \ fr.lproj \ it.lproj \ nl.lproj \ ru.lproj \ + tr.lproj \ zh_TW.lproj \ AboutWindowController.h \ AboutWindowController.m \ @@ -28,8 +32,12 @@ EXTRA_DIST = \ Badger.m \ BadgeView.h \ BadgeView.m \ + BlocklistDownloader.h \ + BlocklistDownloader.m \ ButtonToolbarItem.h \ ButtonToolbarItem.m \ + ColorTextField.h \ + ColorTextField.m \ Controller.h \ Controller.m \ CreatorWindowController.h \ @@ -42,14 +50,20 @@ EXTRA_DIST = \ ExpandedPathToIconTransformer.m \ ExpandedPathToPathTransformer.h \ ExpandedPathToPathTransformer.m \ + FileListNode.h \ + FileListNode.m \ FileNameCell.h \ FileNameCell.m \ + FileOutlineController.h \ + FileOutlineController.m \ FileOutlineView.h \ FileOutlineView.m \ FilePriorityCell.h \ FilePriorityCell.m \ FilterButton.h \ FilterButton.m \ + GroupsController.h \ + GroupsController.m \ GroupsWindowController.h \ GroupsWindowController.m \ GroupToolbarItem.h \ @@ -83,6 +97,8 @@ EXTRA_DIST = \ PrefsController.m \ PrefsWindow.h \ PrefsWindow.m \ + QuickLookController.h \ + QuickLookController.m \ SpeedLimitToTurtleIconTransformer.h \ SpeedLimitToTurtleIconTransformer.m \ StatsWindowController.h \ @@ -91,12 +107,16 @@ EXTRA_DIST = \ StatusBarView.m \ ToolbarSegmentedCell.h \ ToolbarSegmentedCell.m \ - TorrentCell.h \ - TorrentCell.m \ Torrent.h \ Torrent.m \ + TorrentCell.h \ + TorrentCell.m \ + TorrentGroup.h \ + TorrentGroup.m \ TorrentTableView.h \ - TorrentTableView.m + TorrentTableView.m \ + TrackerTableView.h \ + TrackerTableView.m dist-hook: rm -rf `find $(distdir)/ -type d -name .svn`