From 00c050a44bc7f52f25a2b8badfd40d92faaaf96c Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 11 Jul 2017 21:58:15 +0200 Subject: [PATCH] build: make sure we have the new fonts subdir in evas test for dist This is one o the odds of the EXTRA_DIST2 workaround I did to avoid the to long arguments error we started to get a while ago. Normally autotools would handle this but as we copy the files in a hook we also need to amke sure the folder is created. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index cb89e3cacd..10eba0771e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -165,6 +165,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/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