]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/Modules.am
Adds support for Apple's remote (only handles Play/Pause at the moment).
[vlc] / modules / gui / macosx / Modules.am
index cc84857ef5d120fd8b5e43193b9f27ae86e63106..008c51f3982e49be42fc9657fcf5a0b5e61f87c5 100644 (file)
@@ -1,4 +1,6 @@
 SOURCES_macosx = \
+       AppleRemote.h \
+       AppleRemote.m \
        about.h \
        about.m \
        applescript.h \
@@ -7,6 +9,8 @@ SOURCES_macosx = \
        controls.m \
        equalizer.m \
        equalizer.h \
+       interaction.m \
+       interaction.h \
        intf.m \
        intf.h \
        macosx.m \
@@ -28,5 +32,17 @@ SOURCES_macosx = \
        voutqt.m \
        voutgl.m \
        vout.h \
+       wizard.h \
+       wizard.m \
+       extended.h \
+       extended.m \
+       bookmarks.h \
+       bookmarks.m \
+       sfilters.h \
+       sfilters.m \
+       embeddedwindow.h \
+       embeddedwindow.m \
+       update.h \
+       update.m \
        $(NULL)