[longomatch] fix makefiles



commit bf991e3d0f9b892368baef58fbbb49aa46e08ca8
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Sep 29 01:02:02 2012 +0200

    fix makefiles

 configure.ac               |    2 +-
 libcesarplayer/Makefile.am |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2030dc5..45c559d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -109,7 +109,7 @@ AM_CONDITIONAL(OSTYPE_OS_X, test x$ostype = xOS_X)
 AM_CONDITIONAL(OSTYPE_LINUX, test x$ostype = xLinux)
 AC_MSG_RESULT($ostype)
 
-AM_CONDITIONAL(ENABLE_TESTS, False)
+AM_CONDITIONAL(ENABLE_TESTS, test x = y)
 
 dnl package checks, per config
 
diff --git a/libcesarplayer/Makefile.am b/libcesarplayer/Makefile.am
index 4576b6e..ccc8b06 100644
--- a/libcesarplayer/Makefile.am
+++ b/libcesarplayer/Makefile.am
@@ -4,7 +4,6 @@
 AM_CPPFLAGS = \
 	-DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
 	-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
-	-x objective-c \
 	$(CESARPLAYER_CFLAGS)
 
 if OSTYPE_OS_X



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]