felipealmeida pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2773f8301b2c8505fc4332933be58f6d81680111
commit 2773f8301b2c8505fc4332933be58f6d81680111 Author: Felipe Magno de Almeida <[email protected]> Date: Wed Jul 6 14:08:12 2016 -0300 eolian-cxx: Normalize variabla name for generated C++ files in automake --- src/Makefile_Cxx.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile_Cxx.am b/src/Makefile_Cxx.am index 52bdb76..5140207 100644 --- a/src/Makefile_Cxx.am +++ b/src/Makefile_Cxx.am @@ -125,6 +125,7 @@ installed_ecorecxxheadersdir = $(includedir)/ecore-cxx-@VMAJ@ dist_installed_ecorecxxheaders_DATA = \ bindings/cxx/ecore_cxx/Ecore.hh \ bindings/cxx/ecore_cxx/Ecore_Manual.hh + nodist_installed_ecorecxxheaders_DATA = $(ecore_eolian_cxx_hh) $(ecore_eolian_cxx_impl_hh) \ lib/ecore/Ecore.eo.hh --
