cedric pushed a commit to branch master.

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

commit 665856027d85802a29ede6f005674a8294df60fe
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Tue May 30 14:03:31 2017 -0700

    edje: temporary build fix.
    
    Currently Edje_Eo.h does use all the internal eo file for part.
    This should be fixed soon, but in the mean time we need a usable tree.
---
 src/Makefile_Edje.am | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/Makefile_Edje.am b/src/Makefile_Edje.am
index 47ae3739c2..d691162a6c 100644
--- a/src/Makefile_Edje.am
+++ b/src/Makefile_Edje.am
@@ -33,9 +33,10 @@ BUILT_SOURCES += \
 edjeeolianfilesdir = $(datadir)/eolian/include/edje-@VMAJ@
 edjeeolianfiles_DATA = \
                        $(edje_eolian_files) \
-                       $(edje_eolian_type_files)
+                       $(edje_eolian_type_files) \
+                      $(edje_eolian_priv_files)
 
-noinst_DATA += $(edje_eolian_priv_c) $(edje_eolian_priv_h)
+noinst_DATA += $(edje_eolian_priv_c) # $(edje_eolian_priv_h)
 
 EXTRA_DIST2 += ${edjeeolianfiles_DATA} \
               $(edje_eolian_priv_files)
@@ -63,7 +64,8 @@ lib/edje/Edje_Legacy.h \
 lib/edje/Edje_Edit.h
 
 nodist_installed_edjemainheaders_DATA = \
-                                        $(edje_eolian_h)
+                                        $(edje_eolian_h) \
+                                       $(edje_eolian_priv_h)
 
 lib_edje_libedje_la_SOURCES = \
 lib/edje/edje_private.h \

-- 


Reply via email to