raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=6bfa07cb2f209e914129e6e26d7f6edd2d42498e

commit 6bfa07cb2f209e914129e6e26d7f6edd2d42498e
Author: Savio Sena <savio.s...@acm.org>
Date:   Mon May 26 15:47:44 2014 +0900

    autotools: Fix eolianc-xx header distribution.
    
    Summary:
    Sorry, last patch added the headers to the correct relative
    location but replaced dist with nodist which is incorrect. nodist is
    for generated headers only.
    
    Reviewers: cedric, raster
    
    Reviewed By: raster
    
    CC: felipealmeida, smohanty, cedric
    
    Differential Revision: https://phab.enlightenment.org/D898
---
 src/Makefile_Eolian_Cxx.am | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am
index 505330a..82de3ff 100644
--- a/src/Makefile_Eolian_Cxx.am
+++ b/src/Makefile_Eolian_Cxx.am
@@ -2,17 +2,17 @@
 ### Library
 
 installed_eoliancxxmainheadersdir = $(includedir)/eolian-cxx-@VMAJ@/
-nodist_installed_eoliancxxmainheaders_DATA = \
+dist_installed_eoliancxxmainheaders_DATA = \
 lib/eolian_cxx/Eolian_Cxx.hh
 
 installed_eoliancxxheadersdir = $(includedir)/eolian-cxx-@VMAJ@/
-nodist_installed_eoliancxxheaders_DATA = \
+dist_installed_eoliancxxheaders_DATA = \
 lib/eolian_cxx/eo_generate.hh \
 lib/eolian_cxx/eo_types.hh \
 lib/eolian_cxx/eo_validate.hh
 
 installed_eoliancxxgrammarheadersdir = $(includedir)/eolian-cxx-@VMAJ@/grammar/
-nodist_installed_eoliancxxgrammarheaders_DATA = \
+dist_installed_eoliancxxgrammarheaders_DATA = \
 lib/eolian_cxx/grammar/comment.hh \
 lib/eolian_cxx/grammar/eo_class_constructors_generator.hh \
 lib/eolian_cxx/grammar/eo_class_events.generator.hh \
@@ -39,6 +39,7 @@ bin_eolian_cxx_eolian_cxx_SOURCES = \
     bin/eolian_cxx/eolian_cxx.cc
 
 bin_eolian_cxx_eolian_cxx_CXXFLAGS = -I$(top_builddir)/src/lib/efl \
+-I$(top_srcdir)/src/lib/eolian_cxx/ \
 @CHECK_CFLAGS@ @EINA_CFLAGS@ @EINA_CXX_CFLAGS@ @EO_CFLAGS@ \
 @EOLIAN_CXX_CFLAGS@ @EOLIAN_CFLAGS@
 

-- 


Reply via email to