]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/Modules.am
Remove the deprecated vlc_atomic_t type.
[vlc] / modules / gui / macosx / Modules.am
index a16273a1fe8fb87cf60bee43244b68184a12fbfe..9c5e6d55b1757622052f6f7017c0704855d07cdc 100644 (file)
@@ -1,21 +1,35 @@
-# 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 \
-       interaction.m \
-       interaction.h \
+       coredialogs.m \
+       coredialogs.h \
        intf.m \
        intf.h \
        macosx.m \
@@ -35,23 +49,43 @@ SOURCES_macosx = \
        simple_prefs.m \
        output.h \
        output.m \
-       vout.m \
-       voutqt.m \
-       voutgl.m \
-       vout.h \
        wizard.h \
        wizard.m \
-       extended.h \
-       extended.m \
+       AudioEffects.h \
+       AudioEffects.m \
+       TrackSynchronization.h \
+       TrackSynchronization.m \
+       VideoEffects.h \
+       VideoEffects.m \
        bookmarks.h \
        bookmarks.m \
-       sfilters.h \
-       sfilters.m \
-       embeddedwindow.h \
-       embeddedwindow.m \
+       PXSourceList.h \
+       PXSourceList.m \
+       PXSourceListDataSource.h \
+       PXSourceListDelegate.h \
+       SideBarItem.h \
+       SideBarItem.m \
        fspanel.m \
        fspanel.h \
        eyetv.h \
        eyetv.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 \
+       CrashReporter.m \
+       CrashReporter.h \
+       DebugMessageVisualizer.m \
+       DebugMessageVisualizer.h \
+       iTunes.h \
        $(NULL)
-