felipealmeida pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0322ff14a6c8d037460085e16a0746e059c52dd4
commit 0322ff14a6c8d037460085e16a0746e059c52dd4 Author: Felipe Magno de Almeida <[email protected]> Date: Thu Dec 14 18:19:54 2017 -0200 eolian-cxx: Fix distributing eo files in examples --- src/examples/eolian_cxx/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/examples/eolian_cxx/Makefile.am b/src/examples/eolian_cxx/Makefile.am index fc9ec9045d..16cddb3410 100644 --- a/src/examples/eolian_cxx/Makefile.am +++ b/src/examples/eolian_cxx/Makefile.am @@ -79,7 +79,7 @@ SRCS = \ eolian_cxx_simple_01.cc \ eolian_cxx_callbacks_01.cc \ ns_colourable.eo \ - ns_colourablesquare.eo + ns_colourablesquare.eo \ $(IMPL) if HAVE_CXX @@ -121,7 +121,9 @@ eolian_cxx_callbacks_01_SOURCES = eolian_cxx_callbacks_01.cc endif DATA_FILES = Makefile.examples $(ECXX_EXAMPLE_EOS) -EXTRA_DIST = $(DATA_FILES) +EXTRA_DIST = $(DATA_FILES) \ +ns_colourable.eo \ +ns_colourablesquare.eo %.eo.hh: %.eo $(AM_V_EOLCXX)$(EOLIAN_CXX) $(EOLIAN_FLAGS) -I${abs_srcdir} -o $@ $< --
