]> git.sesse.net Git - vlc/blob - modules/gui/macosx/Modules.am
MacOS: don't compile opengl provider in the GUI since it doesn't compile...
[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         AppleRemote.h \
8         AppleRemote.m \
9         about.h \
10         about.m \
11         applescript.h \
12         applescript.m \
13         controls.h \
14         controls.m \
15         equalizer.m \
16         equalizer.h \
17         coredialogs.m \
18         coredialogs.h \
19         intf.m \
20         intf.h \
21         macosx.m \
22         misc.m \
23         misc.h \
24         open.m \
25         open.h \
26         playlist.m \
27         playlist.h \
28         playlistinfo.h \
29         playlistinfo.m \
30         prefs.m \
31         prefs.h \
32         prefs_widgets.h \
33         prefs_widgets.m \
34         simple_prefs.h \
35         simple_prefs.m \
36         output.h \
37         output.m \
38         wizard.h \
39         wizard.m \
40         extended.h \
41         extended.m \
42         bookmarks.h \
43         bookmarks.m \
44         embeddedwindow.h \
45         embeddedwindow.m \
46         sidebarview.h \
47         sidebarview.m \
48         sidestatusview.h \
49         sidestatusview.m \
50         fspanel.m \
51         fspanel.h \
52         eyetv.h \
53         eyetv.m \
54         $(NULL)
55