diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2017-07-11 21:54:25 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2017-07-11 22:12:40 +0200 |
commit | 40d31b170cbddf7f9dfbf9e4555ada0d664f05ae (patch) | |
tree | 4bc5bc03b3169e89388e00dde904294a47d2b4d7 /src/Makefile_Evas.am | |
parent | 3c62a5fab818286dfc23920211d00eb3a3f20938 (diff) | |
download | efl-40d31b170cbddf7f9dfbf9e4555ada0d664f05ae.tar.gz |
evas: update file path after move into fonts subdir
The file have been moved into a fonts subdir in commit e8b35c779e7d7b.
Update the path here to get it included into the tarball to make sure
check passes during distcheck.
Diffstat (limited to 'src/Makefile_Evas.am')
-rw-r--r-- | src/Makefile_Evas.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am index d3b3bcbb92..72aeb4bbfb 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am @@ -2390,7 +2390,7 @@ tests_evas_evas_suite_DEPENDENCIES = @USE_EVAS_INTERNAL_LIBS@ endif EXTRA_DIST2 += \ -tests/evas/TestFont.eet \ +tests/evas/fonts/TestFont.eet \ tests/evas/fonts/evas_test_font.ttf \ tests/evas/images/HM7Y9233-50.tgv \ tests/evas/images/HM7Y9233.jpg \ |