X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2FModules.am;h=d3e68e94c1a59795430c09e877c42557c4f6d437;hb=03714909f1eebce82658cb4de60c81dacedc5360;hp=85076c9c6cef7f51e2198e1db74fd16b6972a6e0;hpb=a67fd4f9c8b11883bf84a421d7c924a7b75f0ccd;p=vlc diff --git a/modules/gui/macosx/Modules.am b/modules/gui/macosx/Modules.am index 85076c9c6c..d3e68e94c1 100644 --- a/modules/gui/macosx/Modules.am +++ b/modules/gui/macosx/Modules.am @@ -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,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 \ @@ -34,7 +47,11 @@ SOURCES_macosx = \ extended.m \ bookmarks.h \ bookmarks.m \ - sfilters.h \ - sfilters.m \ + embeddedwindow.h \ + embeddedwindow.m \ + fspanel.m \ + fspanel.h \ + eyetv.h \ + eyetv.m \ $(NULL)