From: Stefan Schmidt Date: Fri, 27 Feb 2015 11:23:27 +0000 (+0100) Subject: examples/performance: Fix another typo to include the image into the tarball X-Git-Tag: v1.14.0-alpha1~145 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5cdd5d505d4bd8c17992f679e445532b3ccb9f3;p=platform%2Fupstream%2Felementary.git examples/performance: Fix another typo to include the image into the tarball Same file but different typo compared to the previous commit. Nice. :) --- diff --git a/src/examples/performance/Makefile.am b/src/examples/performance/Makefile.am index 9693539..8b4124f 100644 --- a/src/examples/performance/Makefile.am +++ b/src/examples/performance/Makefile.am @@ -41,4 +41,4 @@ examples_PROGRAMS = \ endif -EXTRA_DIST = layout.edc backgroud.png target_texture.png +EXTRA_DIST = layout.edc background.png target_texture.png