]> git.sesse.net Git - vlc/blob - modules/gui/minimal_macosx/Modules.am
mouse-clicked is a boolean
[vlc] / modules / gui / minimal_macosx / Modules.am
1 # Automake forgets to add a proper tag to libtool with Objective-C files.
2 # Moreocer 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_minimal_macosx = \
7         intf.m \
8         macosx.c \
9         VLCMinimalVoutWindow.m \
10         VLCOpenGLVoutView.m \
11         voutgl.m \
12         voutagl.m \
13         $(NULL)
14
15 noinst_HEADERS = \
16         intf.h \
17         VLCMinimalVoutWindow.h \
18         VLCOpenGLVoutView.h \
19         voutagl.h \
20         voutgl.h