From: Pierre d'Herbemont Date: Sat, 7 Jul 2007 17:45:13 +0000 (+0000) Subject: Mac OS X gui: Work around an automake/libtool bug with Objective-C files handling. X-Git-Tag: 0.9.0-test0~6859 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=50975df6fb1eea52274181d5e8bc8838f4658460;p=vlc Mac OS X gui: Work around an automake/libtool bug with Objective-C files handling. --- diff --git a/modules/gui/macosx/Modules.am b/modules/gui/macosx/Modules.am index f71479e134..95693c3c1e 100644 --- a/modules/gui/macosx/Modules.am +++ b/modules/gui/macosx/Modules.am @@ -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 \