jackdanielz pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8d8ab37b4d1245adc3a358a9152fb3ad96dcdbd2

commit 8d8ab37b4d1245adc3a358a9152fb3ad96dcdbd2
Author: Daniel Zaoui <[email protected]>
Date:   Mon Apr 28 12:05:27 2014 +0300

    Eolian/Tests: fix distcheck.
    
    The .eo file was not added into EXTRA_DIST and as consequence the test
    was failing during distcheck.
---
 src/Makefile_Eolian.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Makefile_Eolian.am b/src/Makefile_Eolian.am
index f9155fe..fa9111a 100644
--- a/src/Makefile_Eolian.am
+++ b/src/Makefile_Eolian.am
@@ -82,5 +82,6 @@ EXTRA_DIST += \
 tests/eolian/data/base.eo \
 tests/eolian/data/class_simple.eo \
 tests/eolian/data/scope.eo \
-tests/eolian/data/ctor_dtor.eo
+tests/eolian/data/ctor_dtor.eo \
+tests/eolian/data/complex_type.eo
 

-- 


Reply via email to