felipealmeida pushed a commit to branch master.

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

commit 0749a3f6af98f547bfc1c50829be999a051b2cfb
Author: Lauro Moura <lauromo...@expertisesolutions.com.br>
Date:   Tue Mar 13 20:42:05 2018 -0300

    efl-cxx: Fix installation of efl_part_impl header
    
    It was being installed directly into efl-cxx instead of efl-cxx/cxx.
---
 src/Makefile_Cxx.am | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/Makefile_Cxx.am b/src/Makefile_Cxx.am
index 8f929d2f8e..fc7c825def 100644
--- a/src/Makefile_Cxx.am
+++ b/src/Makefile_Cxx.am
@@ -23,7 +23,10 @@ bindings/cxx/eo_cxx/eo_private.hh \
 bindings/cxx/eo_cxx/efl_object_impl.hh
 
 installed_eflcxxmainheadersdir = $(includedir)/efl-cxx-@VMAJ@/
-dist_installed_eflcxxmainheaders_DATA = lib/efl/Efl.hh 
lib/efl/cxx/efl_part_impl.hh
+dist_installed_eflcxxmainheaders_DATA = lib/efl/Efl.hh
+
+installed_eflcxxextraheadersdir = $(includedir)/efl-cxx-@VMAJ@/cxx
+dist_installed_eflcxxextraheaders_DATA = lib/efl/cxx/efl_part_impl.hh
 
 installed_elementarycxxmainheadersdir = $(includedir)/elementary-cxx-@VMAJ@/
 dist_installed_elementarycxxmainheaders_DATA = lib/elementary/Elementary.hh

-- 


Reply via email to