]> 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 b06f47d1ae120be77d3179e95067553fc0be20cb..580798fe216d1d8163971b4a9e56bf04b9e74417 100644 (file)
@@ -1,23 +1,33 @@
-# 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 \
+       StringUtility.h \
+       StringUtility.m \
        AppleRemote.h \
        AppleRemote.m \
        SPInvocationGrabbing.h \
        SPInvocationGrabbing.m \
        SPMediaKeyTap.h \
        SPMediaKeyTap.m \
+       MainMenu.h \
+       MainMenu.m \
+       MainWindow.h \
+       MainWindow.m \
+       CoreInteraction.h \
+       CoreInteraction.m \
+       ExtensionsManager.h \
+       ExtensionsManager.m \
+       ExtensionsDialogProvider.h \
+       ExtensionsDialogProvider.m \
+       VLCUIWidgets.h \
+       VLCUIWidgets.m \
        about.h \
        about.m \
        applescript.h \
        applescript.m \
        controls.h \
        controls.m \
-       equalizer.m \
-       equalizer.h \
        coredialogs.m \
        coredialogs.h \
        intf.m \
@@ -41,8 +51,6 @@ SOURCES_macosx = \
        output.m \
        wizard.h \
        wizard.m \
-       extended.h \
-       extended.m \
        AudioEffects.h \
        AudioEffects.m \
        TrackSynchronization.h \
@@ -51,18 +59,29 @@ SOURCES_macosx = \
        VideoEffects.m \
        bookmarks.h \
        bookmarks.m \
-       embeddedwindow.h \
-       embeddedwindow.m \
-       sidebarview.h \
-       sidebarview.m \
-       sidestatusview.h \
-       sidestatusview.m \
+       PXSourceList.h \
+       PXSourceList.m \
+       PXSourceListDataSource.h \
+       PXSourceListDelegate.h \
+       SideBarItem.h \
+       SideBarItem.m \
        fspanel.m \
        fspanel.h \
        eyetv.h \
        eyetv.m \
-       vout.h \
-       vout.m \
-       voutgl.m \
+       VideoView.h \
+       VideoView.m \
+       MainWindowTitle.h \
+       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)
-