]> git.sesse.net Git - vlc/blob - modules/gui/macosx/Modules.am
macosx: remove dead code and rename vout.* to VideoView.*
[vlc] / modules / gui / macosx / Modules.am
1 # Automake forgets to add a proper tag to libtool with Objective-C files.
2 # Moreovcer Libtool should default tag to CC when none is specified but
3 # obviously does not. Here is a fix for that.
4 LIBTOOL=@LIBTOOL@ --tag=CC
5
6 SOURCES_macosx = \
7         CompatibilityFixes.h \
8         AppleRemote.h \
9         AppleRemote.m \
10         SPInvocationGrabbing.h \
11         SPInvocationGrabbing.m \
12         SPMediaKeyTap.h \
13         SPMediaKeyTap.m \
14         MainMenu.h \
15         MainMenu.m \
16         MainWindow.h \
17         MainWindow.m \
18         CoreInteraction.h \
19         CoreInteraction.m \
20         about.h \
21         about.m \
22         applescript.h \
23         applescript.m \
24         controls.h \
25         controls.m \
26         coredialogs.m \
27         coredialogs.h \
28         intf.m \
29         intf.h \
30         macosx.m \
31         misc.m \
32         misc.h \
33         open.m \
34         open.h \
35         playlist.m \
36         playlist.h \
37         playlistinfo.h \
38         playlistinfo.m \
39         prefs.m \
40         prefs.h \
41         prefs_widgets.h \
42         prefs_widgets.m \
43         simple_prefs.h \
44         simple_prefs.m \
45         output.h \
46         output.m \
47         wizard.h \
48         wizard.m \
49         AudioEffects.h \
50         AudioEffects.m \
51         TrackSynchronization.h \
52         TrackSynchronization.m \
53         VideoEffects.h \
54         VideoEffects.m \
55         bookmarks.h \
56         bookmarks.m \
57         PXSourceList.h \
58         PXSourceList.m \
59         PXSourceListDataSource.h \
60         PXSourceListDelegate.h \
61         SideBarItem.h \
62         SideBarItem.m \
63         fspanel.m \
64         fspanel.h \
65         eyetv.h \
66         eyetv.m \
67         VideoView.h \
68         VideoView.m \
69         $(NULL)
70