]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/Modules.am
macosx: add custom numberformatter to goto time field to only allow digits and :
[vlc] / modules / gui / macosx / Modules.am
index b75d94b814b20ce94946a515af3f4978e97018a2..580798fe216d1d8163971b4a9e56bf04b9e74417 100644 (file)
@@ -1,7 +1,4 @@
-# Automake forgets to add a proper tag to libtool with Objective-C files.
-# Moreovcer Libtool should default tag to CC when none is specified but
-# obviously does not. Here is a fix for that.
-LIBTOOL=@LIBTOOL@ --tag=CC
+AM_LIBTOOLFLAGS=--tag=CC
 
 SOURCES_macosx = \
        CompatibilityFixes.h \
@@ -78,5 +75,13 @@ SOURCES_macosx = \
        MainWindowTitle.m \
        ConvertAndSave.h \
        ConvertAndSave.m \
+       SharedDialogs.h \
+       SharedDialogs.m \
+       Windows.h \
+       Windows.m \
+       ControlsBar.m \
+       ControlsBar.h \
+       VLCVoutWindowController.m \
+       VLCVoutWindowController.h \
+       iTunes.h \
        $(NULL)
-