Commit 50975df6 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Mac OS X gui: Work around an automake/libtool bug with Objective-C files handling.

parent 92599811
# 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 \
......
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