]> git.sesse.net Git - vlc/commitdiff
Mac OS X gui: Work around an automake/libtool bug with Objective-C files handling.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 7 Jul 2007 17:45:13 +0000 (17:45 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 7 Jul 2007 17:45:13 +0000 (17:45 +0000)
modules/gui/macosx/Modules.am

index f71479e1340eebc2d02c5a134f914f63360354fc..95693c3c1e3fbbe38d4f7d74dac593d0343398b3 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 \