From 71226b98dd48e9e2d04803741efe86bcfd5a92e5 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 3 Apr 2019 14:19:04 -0400 Subject: [PATCH] autotools: add entry test file to dist Reviewers: bu5hm4n Reviewed By: bu5hm4n Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D8547 --- src/Makefile_Elementary.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile_Elementary.am b/src/Makefile_Elementary.am index e4a46399bc..cb8d79f2c0 100644 --- a/src/Makefile_Elementary.am +++ b/src/Makefile_Elementary.am @@ -1812,6 +1812,7 @@ edje_external_elementary_module_la_LIBTOOLFLAGS = --tag=disable-static testfilesdir = $(datadir)/elementary/ testfiles_DATA = \ + tests/elementary/testfile_entry.txt \ tests/elementary/testfile.txt \ tests/elementary/testfile-windows.txt \ tests/elementary/testfile-withblanks.txt \