From 96d071349c70ebc4e0b5895e09064a578c1014e2 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 28 Aug 2017 16:45:21 +0200 Subject: [PATCH] build: evas: fix names of jpeg200 test images The suffix for both of them has been wrong. --- src/Makefile_Evas.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am index 27d86e5..f743d43 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am @@ -2415,10 +2415,10 @@ tests/evas/meshes/md2/sonic.md2 \ tests/evas/meshes/obj/man_mesh.obj \ tests/evas/images/gray.jpg \ tests/evas/images/bg_gray.png \ -tests/evas/images/flower.jp2k \ -tests/evas/images/flower.jp2k.png \ -tests/evas/images/train.jp2k \ -tests/evas/images/train.jp2k.png +tests/evas/images/flower.jp2 \ +tests/evas/images/flower.jp2.png \ +tests/evas/images/train.j2k \ +tests/evas/images/train.j2k.png if HAVE_ELUA -- 2.7.4