]> granicus.if.org Git - transmission/commitdiff
trunk: update the list of mac files to include in the tarball
authorMitchell Livingston <livings124@transmissionbt.com>
Fri, 29 Aug 2008 00:39:02 +0000 (00:39 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Fri, 29 Aug 2008 00:39:02 +0000 (00:39 +0000)
macosx/Makefile.am

index 011550417455fa7ba791de33c16e65da988e7a48..a90da76d76f4f5c0d7625fb468676028f193a420 100644 (file)
@@ -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`