]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/Modules.am
macosx: updated applescript binding to current API
[vlc] / modules / gui / macosx / Modules.am
index 02fbb9953fd5853027dfb755a1eca03b47b92465..08dc54170c5d451358847b625d8e21a0b6ad082d 100644 (file)
@@ -1,12 +1,29 @@
+# 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 = \
+       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 \
-       equalizer.m \
-       equalizer.h \
+       coredialogs.m \
+       coredialogs.h \
        intf.m \
        intf.h \
        macosx.m \
@@ -22,19 +39,34 @@ SOURCES_macosx = \
        prefs.h \
        prefs_widgets.h \
        prefs_widgets.m \
+       simple_prefs.h \
+       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 \
-       update.h \
-       update.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)