From 8d8ab37b4d1245adc3a358a9152fb3ad96dcdbd2 Mon Sep 17 00:00:00 2001 From: Daniel Zaoui Date: Mon, 28 Apr 2014 12:05:27 +0300 Subject: [PATCH] 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 f9155fe4a2..fa9111a4c0 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