]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/Modules.am
macosx: removed 'erase logo' from the video effects panel and moved 'add logo' to...
[vlc] / modules / gui / macosx / Modules.am
index 79b6b06174c957b2f0a27415e180c09340e90f0c..9e02d71230b8d12fbef6087d5a80c480ab72f0b6 100644 (file)
@@ -1,14 +1,32 @@
+# 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
+
 SOURCES_macosx = \
+       CompatibilityFixes.h \
+       AppleRemote.h \
+       AppleRemote.m \
+       SPInvocationGrabbing.h \
+       SPInvocationGrabbing.m \
+       SPMediaKeyTap.h \
+       SPMediaKeyTap.m \
+       MainMenu.h \
+       MainMenu.m \
+       MainWindow.h \
+       MainWindow.m \
+       CoreInteraction.h \
+       CoreInteraction.m \
        about.h \
        about.m \
        applescript.h \
        applescript.m \
        controls.h \
        controls.m \
+       coredialogs.m \
+       coredialogs.h \
        intf.m \
        intf.h \
-       info.h \
-       info.m \
        macosx.m \
        misc.m \
        misc.h \
@@ -16,13 +34,40 @@ SOURCES_macosx = \
        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 \
-       vout.m \
+       wizard.h \
+       wizard.m \
+       AudioEffects.h \
+       AudioEffects.m \
+       TrackSynchronization.h \
+       TrackSynchronization.m \
+       VideoEffects.h \
+       VideoEffects.m \
+       bookmarks.h \
+       bookmarks.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 \
        vout.h \
+       vout.m \
+       voutgl.m \
        $(NULL)