]> 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 b75d94b814b20ce94946a515af3f4978e97018a2..9c5e6d55b1757622052f6f7017c0704855d07cdc 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,17 @@ SOURCES_macosx = \
        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)
-