]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/Modules.am
Another compile fix
[vlc] / modules / gui / macosx / Modules.am
index f71479e1340eebc2d02c5a134f914f63360354fc..5d706e5a3cb8c94950c9c936002bf1f7c6ca9c4f 100644 (file)
@@ -1,3 +1,8 @@
+# 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 \
@@ -26,10 +31,13 @@ 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 \
@@ -38,14 +46,10 @@ SOURCES_macosx = \
        extended.m \
        bookmarks.h \
        bookmarks.m \
-       sfilters.h \
-       sfilters.m \
        embeddedwindow.h \
        embeddedwindow.m \
        fspanel.m \
        fspanel.h \
-       update.h \
-       update.m \
        eyetv.h \
        eyetv.m \
        $(NULL)