From 93ab200d67f935041cec3126d703667abba71d18 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 24 May 2016 11:13:28 +0200 Subject: [PATCH] eolian-cxx: ship new complex.eo file in dist --- src/Makefile_Eolian_Cxx.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am index a88df99808..57dc265b97 100644 --- a/src/Makefile_Eolian_Cxx.am +++ b/src/Makefile_Eolian_Cxx.am @@ -168,7 +168,8 @@ tests/eolian_cxx/c.eo \ tests/eolian_cxx/d.eo \ tests/eolian_cxx/name_name.eo \ tests/eolian_cxx/ns_name.eo \ -tests/eolian_cxx/ns_name_other.eo +tests/eolian_cxx/ns_name_other.eo \ +tests/eolian_cxx/complex.eo include Makefile_Eolian_Cxx_Helper.am