]> git.sesse.net Git - vlc/blob - modules/gui/macosx_dialog_provider/Modules.am
d7d6c7d35ed97a1e8eaeedc7ae1b9db1ecf318ea
[vlc] / modules / gui / macosx_dialog_provider / 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_macosx_dialog_provider = \
7     VLCLoginPanel.m \
8         dialogProvider.m \
9         $(NULL)
10
11 noinst_HEADERS = \
12         VLCLoginPanel.h