]> 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 d659f94988c492e3220cac348795bc426c466dd7..9c5e6d55b1757622052f6f7017c0704855d07cdc 100644 (file)
@@ -1,19 +1,91 @@
+AM_LIBTOOLFLAGS=--tag=CC
+
 SOURCES_macosx = \
-       modules/gui/macosx/macosx.m \
-       modules/gui/macosx/aout.m \
-       modules/gui/macosx/vout.m \
-       modules/gui/macosx/vout.h \
-       modules/gui/macosx/intf.m \
-       modules/gui/macosx/intf.h \
-       modules/gui/macosx/open.m \
-       modules/gui/macosx/open.h \
-       modules/gui/macosx/prefs.m \
-       modules/gui/macosx/prefs.h \
-       modules/gui/macosx/playlist.m \
-       modules/gui/macosx/playlist.h \
-       modules/gui/macosx/controls.m \
-        modules/gui/macosx/asystm.m \
-       modules/gui/macosx/asystm.h \
-       modules/gui/macosx/adev_discovery.h \
+       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 \
+       coredialogs.m \
+       coredialogs.h \
+       intf.m \
+       intf.h \
+       macosx.m \
+       misc.m \
+       misc.h \
+       open.m \
+       open.h \
+       playlist.m \
+       playlist.h \
+       playlistinfo.h \
+       playlistinfo.m \
+       prefs.m \
+       prefs.h \
+       prefs_widgets.h \
+       prefs_widgets.m \
+       simple_prefs.h \
+       simple_prefs.m \
+       output.h \
+       output.m \
+       wizard.h \
+       wizard.m \
+       AudioEffects.h \
+       AudioEffects.m \
+       TrackSynchronization.h \
+       TrackSynchronization.m \
+       VideoEffects.h \
+       VideoEffects.m \
+       bookmarks.h \
+       bookmarks.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)
-