vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Thu Sep 6 14:59:22 2012 +0300| [cae17164feb0d5bfcd7dfaa0e2ef4685010dfce4] | committer: Rémi Denis-Courmont
access: use correct libtool tag for C++ files > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cae17164feb0d5bfcd7dfaa0e2ef4685010dfce4 --- modules/access/Modules.am | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/access/Modules.am b/modules/access/Modules.am index a9062a2..b04467c 100644 --- a/modules/access/Modules.am +++ b/modules/access/Modules.am @@ -1,8 +1,3 @@ -# Automake forgets to add a proper tag to libtool with Objective-C files. -# Moreover Libtool should default tag to CC when none is specified but -# obviously does not. Here is a fix for that. -LIBTOOL=@LIBTOOL@ --tag=CC - BASE_SUBDIRS = bd mms rtp rtsp screen vcd vcdx zip EXTRA_SUBDIRS = dshow SUBDIRS = $(BASE_SUBDIRS) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
