From ec3685f24f86fdbed95a29bf8f683ae0bda9506d Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 20 Dec 2018 11:49:50 +0100 Subject: [PATCH] tests: eolian_cxx: ensure property_holder.eo file lands in dist Summary: In commit 98b716d0fa745fe5aa4d110615bf0dd90f695ddb the new file was added but the autotools build system not made aware that it is needed in dist as well. The missing file broke the eolian_cxx tes suite build in distcheck. Depends on D7477 Reviewers: lauromoura, q66 Reviewed By: q66 Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D7478 --- src/Makefile_Eolian_Cxx.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am index 9b6c32eb05..ec1ce93f45 100644 --- a/src/Makefile_Eolian_Cxx.am +++ b/src/Makefile_Eolian_Cxx.am @@ -213,6 +213,7 @@ tests/eolian_cxx/ns_name.eo \ tests/eolian_cxx/ns_name_other.eo \ tests/eolian_cxx/name1_name2_type_generation.eo \ tests/eolian_cxx/complex.eo \ +tests/eolian_cxx/property_holder.eo \ tests/eolian_cxx/cyclic1.eo \ tests/eolian_cxx/cyclic2.eo