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