mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +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:
parent
80f7b7cfef
commit
0af10528ac
1 changed files with 7 additions and 2 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue