[longomatch] Force file type recognition to C
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Force file type recognition to C
- Date: Wed, 24 Sep 2014 20:29:58 +0000 (UTC)
commit 30337c19eaa55eed66631fb0a0abfa1d7d157572
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Thu Sep 11 23:34:24 2014 +0200
Force file type recognition to C
To workaround the fact that we have to change the .m
extension and build it with monodevelop in OS X
libcesarplayer/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libcesarplayer/Makefile.am b/libcesarplayer/Makefile.am
index cc6b96c..159173c 100644
--- a/libcesarplayer/Makefile.am
+++ b/libcesarplayer/Makefile.am
@@ -7,8 +7,9 @@ AM_CPPFLAGS = \
$(CESARPLAYER_CFLAGS)
if OSTYPE_OS_X
+else
AM_CPPFLAGS += \
- -x objective-c
+ -x c
endif
AM_CFLAGS =\
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]