summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2017-07-11 21:58:15 +0200
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2017-07-12 10:15:54 +0900
commit818ca8ee485802ef853c470492639e1d95c5b9df (patch)
tree84057fe928151c9d39e4d164833f6f4d7ea3abf7
parent03f330cecc59377dcbc625c60f6e5ca6a3efdd8c (diff)
downloadefl-818ca8ee485802ef853c470492639e1d95c5b9df.tar.gz
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.
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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