]> git.sesse.net Git - vlc/blob - modules/gui/macosx_dialog_provider/Modules.am
macosx dialog provider: moved UI widgets out of the interface implementation
[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     VLCProgressPanel.m \
9     VLCUIWidgets.m \
10         dialogProvider.m \
11         $(NULL)
12
13 noinst_HEADERS = \
14         VLCLoginPanel.h \
15         VLCProgressPanel.h \
16         VLCUIWidgets.h \
17         dialogProvider.h