From 0af10528ac5d5677459ed4b65b872c81ac70adcd Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sat, 1 Nov 2008 22:56:45 +0000 Subject: [PATCH] (macosx) sync the Makefile.am with the source tree s.t. all the macosx source files will be included in the tarball --- macosx/Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/macosx/Makefile.am b/macosx/Makefile.am index 7a1ee0321..8ae49a82a 100644 --- a/macosx/Makefile.am +++ b/macosx/Makefile.am @@ -28,6 +28,8 @@ EXTRA_DIST = \ AboutWindowController.m \ ActionPopUpButton.h \ ActionPopUpButton.m \ + AddWindowController.h \ + AddWindowController.m \ Badger.h \ Badger.m \ BadgeView.h \ @@ -101,8 +103,11 @@ EXTRA_DIST = \ PrefsController.m \ PrefsWindow.h \ PrefsWindow.m \ + ProgressGradients.h \ + ProgressGradients.m \ QuickLookController.h \ QuickLookController.m \ + QuickLook.h \ SpeedLimitToTurtleIconTransformer.h \ SpeedLimitToTurtleIconTransformer.m \ StatsWindowController.h \ @@ -111,12 +116,12 @@ EXTRA_DIST = \ StatusBarView.m \ ToolbarSegmentedCell.h \ ToolbarSegmentedCell.m \ - Torrent.h \ - Torrent.m \ TorrentCell.h \ TorrentCell.m \ TorrentGroup.h \ TorrentGroup.m \ + Torrent.h \ + Torrent.m \ TorrentTableView.h \ TorrentTableView.m \ TrackerTableView.h \