From 59c8ab8afbac2183dcf290608a91208a498b9b52 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sun, 30 Dec 2007 18:53:54 +0000 Subject: [PATCH] get the automake file in sync with file changes in macosx/ --- macosx/Makefile.am | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/macosx/Makefile.am b/macosx/Makefile.am index f2ed05ec1..73009664d 100644 --- a/macosx/Makefile.am +++ b/macosx/Makefile.am @@ -15,14 +15,14 @@ EXTRA_DIST = \ ko.lproj \ AboutWindowController.h \ AboutWindowController.m \ - ActionMenuRatioToDisplayRatioTransformer.h \ - ActionMenuRatioToDisplayRatioTransformer.m \ - ActionMenuSpeedToDisplayLimitTransformer.h \ - ActionMenuSpeedToDisplayLimitTransformer.m \ ActionPopUpButton.h \ ActionPopUpButton.m \ Badger.h \ Badger.m \ + BadgeView.h \ + BadgeView.m \ + ButtonToolbarItem.h \ + ButtonToolbarItem.m \ Controller.h \ Controller.m \ CreatorWindowController.h \ @@ -41,12 +41,14 @@ EXTRA_DIST = \ FileOutlineView.m \ FilePriorityCell.h \ FilePriorityCell.m \ - FilterBarButton.h \ - FilterBarButton.m \ - FilterBarView.h \ - FilterBarView.m \ - ImageBackgroundView.h \ - ImageBackgroundView.m \ + FilterButton.h \ + FilterButton.m \ + GradientCell.h \ + GradientCell.m \ + GroupsWindowController.h \ + GroupsWindowController.m \ + GroupToolbarItem.h \ + GroupToolbarItem.m \ InfoTabButtonCell.h \ InfoTabButtonCell.m \ InfoWindowController.h \ @@ -54,8 +56,12 @@ EXTRA_DIST = \ IPCController.h \ IPCController.m \ main.m \ + MenuLabel.h \ + MenuLabel.m \ MessageWindowController.h \ MessageWindowController.m \ + NSApplicationAdditions.h \ + NSApplicationAdditions.m \ NSBezierPathAdditions.h \ NSBezierPathAdditions.m \ NSMenuAdditions.h \ @@ -76,8 +82,12 @@ EXTRA_DIST = \ PrefsWindow.m \ SpeedLimitToTurtleIconTransformer.h \ SpeedLimitToTurtleIconTransformer.m \ + StatsWindowController.h \ + StatsWindowController.m \ StatusBarView.h \ StatusBarView.m \ + ToolbarSegmentedCell.h \ + ToolbarSegmentedCell.m \ TorrentCell.h \ TorrentCell.m \ Torrent.h \