js: Fixed conditional for JavaScript bindings in Makefiles

This commit is contained in:
Felipe Magno de Almeida 2015-02-10 19:28:01 -02:00
parent b9a4f79d76
commit 53fb6585c2
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
### Library
if HAVE_CXX11
if HAVE_JS
lib_LTLIBRARIES += lib/eina_js/libeina_js.la
lib_eina_js_libeina_js_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl \

View File

@ -1,7 +1,7 @@
### Library
if HAVE_CXX11
if HAVE_JS
installed_eojsmainheadersdir = $(includedir)/eo-js-@VMAJ@
dist_installed_eojsmainheaders_DATA = \
bindings/eo_js/eo_js_call_function.hh \

View File

@ -1,6 +1,6 @@
### Binary
if HAVE_CXX11
if HAVE_JS
bin_PROGRAMS += bin/eolian_js/eolian_js

View File

@ -1,5 +1,5 @@
if HAVE_CXX11
if HAVE_JS
### Generated headers