From c30e14c7083851a60884dd054e66df158fece371 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 31 Jul 2014 11:21:20 +0200 Subject: [PATCH] tests/eolian_cxx: Package callback.eo file into tarball in all cases. When running make distcheck with release mode enabled the callback.eo file did not find its way into the tarball and failed the build. --- src/Makefile_Eolian_Cxx.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am index c07137111b..b21b76041b 100644 --- a/src/Makefile_Eolian_Cxx.am +++ b/src/Makefile_Eolian_Cxx.am @@ -90,10 +90,9 @@ tests_eolian_cxx_eolian_cxx_suite_LDADD = \ @CHECK_LIBS@ @USE_EO_LIBS@ @USE_EINA_LIBS@ @USE_EOLIAN_LIBS@ tests_eolian_cxx_eolian_cxx_suite_DEPENDENCIES = @USE_EOLIAN_INTERNAL_LIBS@ -EXTRA_DIST += tests/eolian_cxx/callback.eo - endif +EXTRA_DIST += tests/eolian_cxx/callback.eo include Makefile_Eolian_Cxx_Helper.am endif