build: evas: fix names of jpeg200 test images
authorStefan Schmidt <stefan@osg.samsung.com>
Mon, 28 Aug 2017 14:45:21 +0000 (16:45 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Mon, 28 Aug 2017 14:45:21 +0000 (16:45 +0200)
The suffix for both of them has been wrong.

src/Makefile_Evas.am

index 27d86e5..f743d43 100644 (file)
@@ -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