summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2017-07-11 21:58:15 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2017-07-11 22:12:40 +0200
commit00c050a44bc7f52f25a2b8badfd40d92faaaf96c (patch)
treebfb76027947bf1105ed01c660f7efab7eb0bf67d
parent40d31b170cbddf7f9dfbf9e4555ada0d664f05ae (diff)
downloadefl-00c050a44bc7f52f25a2b8badfd40d92faaaf96c.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