stefan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=e5cdd5d505d4bd8c17992f679e445532b3ccb9f3
commit e5cdd5d505d4bd8c17992f679e445532b3ccb9f3 Author: Stefan Schmidt <s.schm...@samsung.com> Date: Fri Feb 27 12:23:27 2015 +0100 examples/performance: Fix another typo to include the image into the tarball Same file but different typo compared to the previous commit. Nice. :) --- src/examples/performance/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --