[longomatch] Force file type recognition to C



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]