]> git.sesse.net Git - vlc/blob - modules/gui/macosx/Modules.am
legacy OS X intf: removed unfinished VLM interface
[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         vout.m \
39         voutgl.m \
40         vout.h \
41         wizard.h \
42         wizard.m \
43         extended.h \
44         extended.m \
45         bookmarks.h \
46         bookmarks.m \
47         embeddedwindow.h \
48         embeddedwindow.m \
49         sidebarview.h \
50         sidebarview.m \
51         sidestatusview.h \
52         sidestatusview.m \
53         fspanel.m \
54         fspanel.h \
55         eyetv.h \
56         eyetv.m \
57         $(NULL)
58