ecore_audio: do not compile elua file if ecore_audio is disabled

@fix

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Vincent Torri 2015-10-22 22:54:18 +02:00 committed by Cedric BAIL
parent fc3c8a3296
commit d0ced20a04
1 changed files with 2 additions and 2 deletions

View File

@ -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