]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/Modules.am
macosx: forward-port [d0fbd04ce361f9dbc16d44dae09c168db708b3a3]
[vlc] / modules / gui / macosx / Modules.am
index cc84857ef5d120fd8b5e43193b9f27ae86e63106..590f8e6d8027fa62c78e39002b74d1cd9853f76d 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 \
+       coredialogs.m \
+       coredialogs.h \
        intf.m \
        intf.h \
        macosx.m \
@@ -22,11 +31,32 @@ 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 \
+       embeddedwindow.h \
+       embeddedwindow.m \
+       sidebarview.h \
+       sidebarview.m \
+       sidestatusview.h \
+       sidestatusview.m \
+       fspanel.m \
+       fspanel.h \
+       eyetv.h \
+       eyetv.m \
+       vlm.h \
+       vlm.m \
        $(NULL)