X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2FModules.am;h=d3e68e94c1a59795430c09e877c42557c4f6d437;hb=03714909f1eebce82658cb4de60c81dacedc5360;hp=21134888d319c39c4e5fccbe6710d5fbeb18e61b;hpb=08f42608b73bdc422eed24cf0915888417ff5a38;p=vlc diff --git a/modules/gui/macosx/Modules.am b/modules/gui/macosx/Modules.am index 21134888d3..d3e68e94c1 100644 --- a/modules/gui/macosx/Modules.am +++ b/modules/gui/macosx/Modules.am @@ -1,16 +1,57 @@ +# 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 = \ - modules/gui/macosx/macosx.m \ - modules/gui/macosx/aout.m \ - modules/gui/macosx/vout.m \ - modules/gui/macosx/vout.h \ - modules/gui/macosx/intf.m \ - modules/gui/macosx/intf.h \ - modules/gui/macosx/open.m \ - modules/gui/macosx/open.h \ - modules/gui/macosx/prefs.m \ - modules/gui/macosx/prefs.h \ - modules/gui/macosx/playlist.m \ - modules/gui/macosx/playlist.h \ - modules/gui/macosx/controls.m \ + 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 \ + macosx.m \ + misc.m \ + misc.h \ + open.m \ + 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 \ + 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 \ + fspanel.m \ + fspanel.h \ + eyetv.h \ + eyetv.m \ $(NULL)