summaryrefslogtreecommitdiff
path: root/src/Makefile_Ecore_Audio.am
diff options
context:
space:
mode:
authorVincent Torri <vincent dot torri at gmail dot com>2015-10-22 22:54:18 +0200
committerCedric BAIL <cedric@osg.samsung.com>2015-10-26 01:11:23 +0100
commitd0ced20a0493dd62b73ff93892097b2c727b86a6 (patch)
tree90f744e34718ebc10e86a5633ad8af0cd2c6e1e7 /src/Makefile_Ecore_Audio.am
parentfc3c8a3296e74170e64b7b2969927179ecbbc3c8 (diff)
downloadefl-d0ced20a0493dd62b73ff93892097b2c727b86a6.tar.gz
ecore_audio: do not compile elua file if ecore_audio is disabled
@fix Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src/Makefile_Ecore_Audio.am')
-rw-r--r--src/Makefile_Ecore_Audio.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile_Ecore_Audio.am b/src/Makefile_Ecore_Audio.am
index 8881f19401..ccce8f7fc0 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