summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>2017-12-13 21:38:35 -0200
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>2017-12-14 17:42:42 -0200
commitf86906587359b890142d467e0b9641ca93570f6e (patch)
tree4c25867459a3945724596fe7e87838cb27c06a61
parentdd4be85d7e7af6c69d2424181fd904e225d4feea (diff)
downloadefl-f86906587359b890142d467e0b9641ca93570f6e.tar.gz
efl-cxx: Fixes in automake Makefiles
-rw-r--r--src/Makefile_Cxx.am2
-rw-r--r--src/examples/eolian_cxx/Makefile.am6
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 = \