]> git.sesse.net Git - vlc/blob - modules/gui/macosx/Modules.am
a16273a1fe8fb87cf60bee43244b68184a12fbfe
[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         interaction.m \
18         interaction.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         voutqt.m \
40         voutgl.m \
41         vout.h \
42         wizard.h \
43         wizard.m \
44         extended.h \
45         extended.m \
46         bookmarks.h \
47         bookmarks.m \
48         sfilters.h \
49         sfilters.m \
50         embeddedwindow.h \
51         embeddedwindow.m \
52         fspanel.m \
53         fspanel.h \
54         eyetv.h \
55         eyetv.m \
56         $(NULL)
57