]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/Modules.am
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / modules / gui / macosx / Modules.am
index eda20da922c7cb45d7f4ef97ee41bc5b4cf48d82..9b1aec15b955f2bc836065cea1cb65c2c424b833 100644 (file)
@@ -1,4 +1,11 @@
+# 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 \
@@ -7,6 +14,8 @@ SOURCES_macosx = \
        controls.m \
        equalizer.m \
        equalizer.h \
+       interaction.m \
+       interaction.h \
        intf.m \
        intf.h \
        macosx.m \
@@ -22,13 +31,29 @@ SOURCES_macosx = \
        prefs.h \
        prefs_widgets.h \
        prefs_widgets.m \
+       simple_prefs.h \
+       simple_prefs.m \
        output.h \
        output.m \
+       update.m \
+       update.h \
        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)