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