From: Marcel Hollerbach Date: Wed, 13 Feb 2019 11:36:12 +0000 (+0100) Subject: build: fix autotools release tarbal generation X-Git-Tag: submit/tizen/20190308.115227~205 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a74c7587d03f2c3c27839dd8b2828688bbcf3b0;p=platform%2Fupstream%2Fefl.git build: fix autotools release tarbal generation this file was forgotten when initially writing this patch. Reviewed-by: Stefan Schmidt Differential Revision: https://phab.enlightenment.org/D7928 --- diff --git a/src/Makefile_Ecore.am b/src/Makefile_Ecore.am index b8b185e..9af5631 100644 --- a/src/Makefile_Ecore.am +++ b/src/Makefile_Ecore.am @@ -77,6 +77,7 @@ ecoreeolianfilesdir = $(datadir)/eolian/include/ecore-@VMAJ@ ecoreeolianfiles_DATA = $(ecore_eolian_files_public) lib/ecore/efl_loop_timer.eo EXTRA_DIST2 += $(ecore_eolian_files) +EXTRA_DIST2 += $(ecore_test_eolian_files) lib_LTLIBRARIES += lib/ecore/libecore.la