q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=947b4f2c7855e41819d4cfbee8c1895bd7397526
commit 947b4f2c7855e41819d4cfbee8c1895bd7397526 Author: Stefan Schmidt <[email protected]> Date: Thu Dec 20 11:45:15 2018 +0100 build: ensure we have a data_aux direcroy in our dist for the test eo files Summary: Due to our EXTRA_DIST2 crutch we need to handle the directory creation on our won here. That was forgotten for the new data_aux folder in the eolian tests. Creating it allows the files to be copied over and the eolain seuite to pass in distcheck. Reviewers: q66 Reviewed By: q66 Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D7477 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1ab87da020..af4731821b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -148,7 +148,7 @@ install-examples: dist-hook: @mkdir -p $(distdir)/tests/elua/data/apps $(distdir)/tests/eolian/data @mkdir -p $(distdir)/tests/evas/images $(distdir)/tests/evas/meshes - @mkdir -p $(distdir)/tests/evas/fonts + @mkdir -p $(distdir)/tests/evas/fonts $(distdir)/tests/eolian/data_aux @mkdir -p $(distdir)/tests/efreet/data $(distdir)/tests/edje/data @mkdir -p $(distdir)/tests/emotion/data $(distdir)/tests/evas/meshes/md2 @mkdir -p $(distdir)/tests/evas/meshes/obj $(distdir)/tests/efreet/data/sub --
