Ecore audio: Fix (skip) build on Windows
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 28 Apr 2015 06:13:29 +0000 (15:13 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 28 Apr 2015 06:24:09 +0000 (15:24 +0900)
Thanks vtorri for the report

src/Makefile_Ecore_Audio_Cxx.am

index 5bd6619..d31d3ec 100644 (file)
@@ -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