]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/Modules.am
macosx: GUI demo of Simple Preferences showing the Interface and Audio categories...
[vlc] / modules / gui / macosx / Modules.am
index 4fc84c2ac03e0a2731a7ab538a4da63d082f9224..a16273a1fe8fb87cf60bee43244b68184a12fbfe 100644 (file)
@@ -1,14 +1,23 @@
+# 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 \
        about.h \
        about.m \
        applescript.h \
        applescript.m \
        controls.h \
        controls.m \
+       equalizer.m \
+       equalizer.h \
+       interaction.m \
+       interaction.h \
        intf.m \
        intf.h \
-       info.h \
-       info.m \
        macosx.m \
        misc.m \
        misc.h \
@@ -16,11 +25,33 @@ 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 \
+       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 \
+       fspanel.m \
+       fspanel.h \
+       eyetv.h \
+       eyetv.m \
        $(NULL)