felipealmeida pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=f86906587359b890142d467e0b9641ca93570f6e

commit f86906587359b890142d467e0b9641ca93570f6e
Author: Felipe Magno de Almeida <fel...@expertisesolutions.com.br>
Date:   Wed Dec 13 21:38:35 2017 -0200

    efl-cxx: Fixes in automake Makefiles
---
 src/Makefile_Cxx.am                 | 2 +-
 src/examples/eolian_cxx/Makefile.am | 6 +-----
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/Makefile_Cxx.am b/src/Makefile_Cxx.am
index ab4b55204b..8f929d2f8e 100644
--- a/src/Makefile_Cxx.am
+++ b/src/Makefile_Cxx.am
@@ -105,7 +105,7 @@ nodist_installed_elementarycxxmainheaders_DATA = 
$(elementary_eolian_cxx_hh) $(e
 lib/elementary/Elementary.eo.hh
 nodist_installed_eldbuscxxmainheaders_DATA = $(eldbus_eolian_cxx_hh) 
$(eldbus_eolian_cxx_impl_hh) lib/eldbus/Eldbus_Model.eo.hh
 
-CLEANFILES = $(eo_eolian_cxx_hh) $(eo_eolian_cxx_impl_hh)
+CLEANFILES += $(eo_eolian_cxx_hh) $(eo_eolian_cxx_impl_hh)
 
 ### Elementary C++
 
diff --git a/src/examples/eolian_cxx/Makefile.am 
b/src/examples/eolian_cxx/Makefile.am
index a908170856..fc9ec9045d 100644
--- a/src/examples/eolian_cxx/Makefile.am
+++ b/src/examples/eolian_cxx/Makefile.am
@@ -78,13 +78,9 @@ IMPL = \
 SRCS = \
        eolian_cxx_simple_01.cc \
        eolian_cxx_callbacks_01.cc \
-       $(IMPL)
-
-ECXX_EXAMPLE_EOS = \
        ns_colourable.eo \
        ns_colourablesquare.eo
-
-dist_example_eos_SOURCES = $(ECXX_EXAMPLE_EOS)
+       $(IMPL)
 
 if HAVE_CXX
 GENERATED = \

-- 


Reply via email to