]> git.sesse.net Git - vlc/blob - modules/gui/macosx/Modules.am
macosx: sync track-synchro l10n strings with the qt4 intf
[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         ExtensionsManager.h \
21         ExtensionsManager.m \
22         ExtensionsDialogProvider.h \
23         ExtensionsDialogProvider.m \
24         VLCUIWidgets.h \
25         VLCUIWidgets.m \
26         about.h \
27         about.m \
28         applescript.h \
29         applescript.m \
30         controls.h \
31         controls.m \
32         coredialogs.m \
33         coredialogs.h \
34         intf.m \
35         intf.h \
36         macosx.m \
37         misc.m \
38         misc.h \
39         open.m \
40         open.h \
41         playlist.m \
42         playlist.h \
43         playlistinfo.h \
44         playlistinfo.m \
45         prefs.m \
46         prefs.h \
47         prefs_widgets.h \
48         prefs_widgets.m \
49         simple_prefs.h \
50         simple_prefs.m \
51         output.h \
52         output.m \
53         wizard.h \
54         wizard.m \
55         AudioEffects.h \
56         AudioEffects.m \
57         TrackSynchronization.h \
58         TrackSynchronization.m \
59         VideoEffects.h \
60         VideoEffects.m \
61         bookmarks.h \
62         bookmarks.m \
63         PXSourceList.h \
64         PXSourceList.m \
65         PXSourceListDataSource.h \
66         PXSourceListDelegate.h \
67         SideBarItem.h \
68         SideBarItem.m \
69         fspanel.m \
70         fspanel.h \
71         eyetv.h \
72         eyetv.m \
73         VideoView.h \
74         VideoView.m \
75         MainWindowTitle.h \
76         MainWindowTitle.m \
77         $(NULL)
78