]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/Modules.am
macosx: Never try to find an input anywhere, but get the playlist input using pl_Curr...
[vlc] / modules / gui / macosx / Modules.am
index 887a4d11a24d1c723bedecb71c46785b64f13780..d3e68e94c1a59795430c09e877c42557c4f6d437 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,8 +31,12 @@ 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 \
@@ -38,13 +47,11 @@ 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)