summaryrefslogtreecommitdiff
path: root/src/Makefile_Efl_Js.am
diff options
context:
space:
mode:
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>2016-07-06 14:08:27 -0300
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>2016-10-25 12:23:34 -0200
commitc364844f673c75582c6c40f1e882b2c88b71d59b (patch)
treecb1e75bbe3e89ad87d9f4cf9c2f07ee0add150ce /src/Makefile_Efl_Js.am
parent2773f8301b2c8505fc4332933be58f6d81680111 (diff)
downloadefl-c364844f673c75582c6c40f1e882b2c88b71d59b.tar.gz
eolian-js: Fix dependency on Ecore.eo.hh
Diffstat (limited to 'src/Makefile_Efl_Js.am')
-rw-r--r--src/Makefile_Efl_Js.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile_Efl_Js.am b/src/Makefile_Efl_Js.am
index 6b9a790d25..0bcb6bb4f0 100644
--- a/src/Makefile_Efl_Js.am
+++ b/src/Makefile_Efl_Js.am
@@ -162,7 +162,7 @@ bindings/js/ethumb_js/ethumb_js_client.cc
nodist_lib_efl_js_libefl_js_la_SOURCES = \
bindings/js/efl_js/eolian_js_bindings.cc
-bindings/js/efl_js/efl_js.cc $(lib_efl_js_libefl_js_la_SOURCES): $(generated_ecore_cxx_all) $(generated_eo_cxx_bindings) $(generated_efl_cxx_all)
+bindings/js/efl_js/efl_js.cc $(lib_efl_js_libefl_js_la_SOURCES): $(ecore_eolian_cxx_hh) $(ecore_eolian_cxx_impl_hh) $(eo_eolian_cxx_hh) $(eo_eolian_cxx_impl_hh) $(efl_eolian_cxx_hh) $(efl_eolian_cxx_impl_hh) lib/ecore/Ecore.eo.hh
lib_efl_js_libefl_js_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl \
-I$(top_srcdir)/src/lib/efl \