]> git.sesse.net Git - vlc/blob - modules/gui/macosx/Modules.am
macosx: added 2 new classes for generic dialogs to enter text or to select stuff...
[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         StringUtility.h \
9         StringUtility.m \
10         AppleRemote.h \
11         AppleRemote.m \
12         SPInvocationGrabbing.h \
13         SPInvocationGrabbing.m \
14         SPMediaKeyTap.h \
15         SPMediaKeyTap.m \
16         MainMenu.h \
17         MainMenu.m \
18         MainWindow.h \
19         MainWindow.m \
20         CoreInteraction.h \
21         CoreInteraction.m \
22         ExtensionsManager.h \
23         ExtensionsManager.m \
24         ExtensionsDialogProvider.h \
25         ExtensionsDialogProvider.m \
26         VLCUIWidgets.h \
27         VLCUIWidgets.m \
28         about.h \
29         about.m \
30         applescript.h \
31         applescript.m \
32         controls.h \
33         controls.m \
34         coredialogs.m \
35         coredialogs.h \
36         intf.m \
37         intf.h \
38         macosx.m \
39         misc.m \
40         misc.h \
41         open.m \
42         open.h \
43         playlist.m \
44         playlist.h \
45         playlistinfo.h \
46         playlistinfo.m \
47         prefs.m \
48         prefs.h \
49         prefs_widgets.h \
50         prefs_widgets.m \
51         simple_prefs.h \
52         simple_prefs.m \
53         output.h \
54         output.m \
55         wizard.h \
56         wizard.m \
57         AudioEffects.h \
58         AudioEffects.m \
59         TrackSynchronization.h \
60         TrackSynchronization.m \
61         VideoEffects.h \
62         VideoEffects.m \
63         bookmarks.h \
64         bookmarks.m \
65         PXSourceList.h \
66         PXSourceList.m \
67         PXSourceListDataSource.h \
68         PXSourceListDelegate.h \
69         SideBarItem.h \
70         SideBarItem.m \
71         fspanel.m \
72         fspanel.h \
73         eyetv.h \
74         eyetv.m \
75         VideoView.h \
76         VideoView.m \
77         MainWindowTitle.h \
78         MainWindowTitle.m \
79         ConvertAndSave.h \
80         ConvertAndSave.m \
81         SharedDialogs.h \
82         SharedDialogs.m \
83         $(NULL)