From 2773f8301b2c8505fc4332933be58f6d81680111 Mon Sep 17 00:00:00 2001 From: Felipe Magno de Almeida Date: Wed, 6 Jul 2016 14:08:12 -0300 Subject: [PATCH] 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 52bdb760ac..5140207822 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