From aa057fd63d87a607aaa3e3ef8506ba85fb6ab0cb Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Tue, 28 Apr 2015 15:13:29 +0900 Subject: [PATCH] Ecore audio: Fix (skip) build on Windows Thanks vtorri for the report --- src/Makefile_Ecore_Audio_Cxx.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile_Ecore_Audio_Cxx.am b/src/Makefile_Ecore_Audio_Cxx.am index 5bd661942e..d31d3ec90f 100644 --- a/src/Makefile_Ecore_Audio_Cxx.am +++ b/src/Makefile_Ecore_Audio_Cxx.am @@ -1,4 +1,4 @@ - +if HAVE_ECORE_AUDIO if HAVE_CXX11 ### Generated headers @@ -48,3 +48,4 @@ tests_ecore_audio_cxx_cxx_compile_test_DEPENDENCIES = @USE_ECORE_INTERNAL_LIBS@ endif endif +endif