stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=2a089926cd24837ec8cc5073ec8519c181d0645e

commit 2a089926cd24837ec8cc5073ec8519c181d0645e
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Fri Jan 8 11:57:55 2016 +0100

    build: hopefully last fix for efl_gfx.x
    
    Cedrics original change made sure the file was actually dist_installed but
    failed to be placed inthe correct inlucde folder and thus failed the elm 
build.
    While raster fixed this he broke the distcheck build as the file was no 
longer
    put into the tarball being marked as nodist.
    This fix handles all the cases I tried in my testing here.
---
 src/Makefile_Efl.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/Makefile_Efl.am b/src/Makefile_Efl.am
index 99bbe72..b3b2e86 100644
--- a/src/Makefile_Efl.am
+++ b/src/Makefile_Efl.am
@@ -63,8 +63,10 @@ dist_installed_eflheaders_DATA = \
               lib/efl/Efl.h
 
 installed_eflinterfacesdir = $(includedir)/efl-@VMAJ@/interfaces
+dist_installed_eflinterfaces_DATA = \
+        lib/efl/interfaces/efl_gfx.x
+
 nodist_installed_eflinterfaces_DATA = \
-        lib/efl/interfaces/efl_gfx.x \
        $(efl_eolian_files_h) \
        $(efl_eolian_legacy_files_h)
 

-- 


Reply via email to