Commit 0b1cc788 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Set directory-wide libtool tag correctly

parent 9c05025e
# When using a specific AS tool instead of gcc libtool goes mad
# without this. (This is the case with iOS).
LIBTOOL=@LIBTOOL@ --tag=CC
AM_LIBTOOLFLAGS=--tag=CC
libaudio_format_neon_plugin_la_SOURCES = \
s32_s16.S \
......
# 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
AM_LIBTOOLFLAGS=--tag=CC
SOURCES_macosx = \
CompatibilityFixes.h \
......
# Automake forgets to add a proper tag to libtool with Objective-C files.
# Moreocer Libtool should default tag to CC when none is specified but
# obviously does not. Here is a fix for that.
LIBTOOL=@LIBTOOL@ --tag=CC
AM_LIBTOOLFLAGS=--tag=CC
SOURCES_macosx_dialog_provider = \
VLCLoginPanel.m \
......
# Automake forgets to add a proper tag to libtool with Objective-C files.
# Moreocer Libtool should default tag to CC when none is specified but
# obviously does not. Here is a fix for that.
LIBTOOL=@LIBTOOL@ --tag=CC
AM_LIBTOOLFLAGS=--tag=CC
SOURCES_minimal_macosx = \
intf.m \
......
# Automake forgets to add a proper tag to libtool with Objective-C files.
# Moreocer Libtool should default tag to CC when none is specified but
# obviously does not. Here is a fix for that.
LIBTOOL=@LIBTOOL@ --tag=CC
AM_LIBTOOLFLAGS=--tag=CC
SOURCES_growl = growl.m
SOURCES_notify = notify.c
# Automake forgets to add a proper tag to libtool with Objective-C files.
# Moreocer Libtool should default tag to CC when none is specified but
# obviously does not. Here is a fix for that.
LIBTOOL=@LIBTOOL@ --tag=CC
AM_LIBTOOLFLAGS=--tag=CC
SOURCES_aa = aa.c
SOURCES_fb = fb.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment