From d0ced20a0493dd62b73ff93892097b2c727b86a6 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Thu, 22 Oct 2015 22:54:18 +0200 Subject: [PATCH] ecore_audio: do not compile elua file if ecore_audio is disabled @fix Signed-off-by: Cedric BAIL --- src/Makefile_Ecore_Audio.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile_Ecore_Audio.am b/src/Makefile_Ecore_Audio.am index 8881f19..ccce8f7 100644 --- a/src/Makefile_Ecore_Audio.am +++ b/src/Makefile_Ecore_Audio.am @@ -91,8 +91,6 @@ lib_ecore_audio_libecore_audio_la_LDFLAGS += @coreaudio_ldflags@ endif -endif - if HAVE_ELUA ecore_audio_eolian_lua = $(ecore_audio_eolian_files:%.eo=%.eo.lua) @@ -105,3 +103,5 @@ installed_ecoreaudioluadir = $(datadir)/elua/modules/ecore_audio nodist_installed_ecoreaudiolua_DATA = $(generated_ecore_audio_lua_all) endif + +endif -- 2.7.4