1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 01:03:01 +00:00

(macosx) sync the Makefile.am with the source tree s.t. all the macosx source files will be included in the tarball

This commit is contained in:
Charles Kerr 2008-11-01 22:56:45 +00:00
parent 80f7b7cfef
commit 0af10528ac

View file

@ -28,6 +28,8 @@ EXTRA_DIST = \
AboutWindowController.m \ AboutWindowController.m \
ActionPopUpButton.h \ ActionPopUpButton.h \
ActionPopUpButton.m \ ActionPopUpButton.m \
AddWindowController.h \
AddWindowController.m \
Badger.h \ Badger.h \
Badger.m \ Badger.m \
BadgeView.h \ BadgeView.h \
@ -101,8 +103,11 @@ EXTRA_DIST = \
PrefsController.m \ PrefsController.m \
PrefsWindow.h \ PrefsWindow.h \
PrefsWindow.m \ PrefsWindow.m \
ProgressGradients.h \
ProgressGradients.m \
QuickLookController.h \ QuickLookController.h \
QuickLookController.m \ QuickLookController.m \
QuickLook.h \
SpeedLimitToTurtleIconTransformer.h \ SpeedLimitToTurtleIconTransformer.h \
SpeedLimitToTurtleIconTransformer.m \ SpeedLimitToTurtleIconTransformer.m \
StatsWindowController.h \ StatsWindowController.h \
@ -111,12 +116,12 @@ EXTRA_DIST = \
StatusBarView.m \ StatusBarView.m \
ToolbarSegmentedCell.h \ ToolbarSegmentedCell.h \
ToolbarSegmentedCell.m \ ToolbarSegmentedCell.m \
Torrent.h \
Torrent.m \
TorrentCell.h \ TorrentCell.h \
TorrentCell.m \ TorrentCell.m \
TorrentGroup.h \ TorrentGroup.h \
TorrentGroup.m \ TorrentGroup.m \
Torrent.h \
Torrent.m \
TorrentTableView.h \ TorrentTableView.h \
TorrentTableView.m \ TorrentTableView.m \
TrackerTableView.h \ TrackerTableView.h \