From 83405f23660ef1aebd46b25a9d49798a63fbeca3 Mon Sep 17 00:00:00 2001 From: Flavio Vinicius Alvares Ceolin Date: Thu, 20 Sep 2012 22:39:07 +0000 Subject: [PATCH] edje_codegen: Fixing a bug in the build system The name of the edc's example is codegen_example.edc and not codegen.edc Problem spotted by Sleep_Walker. SVN revision: 76920 --- legacy/elementary/src/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/examples/Makefile.am b/legacy/elementary/src/examples/Makefile.am index 8f61c8996d..90c600a4de 100644 --- a/legacy/elementary/src/examples/Makefile.am +++ b/legacy/elementary/src/examples/Makefile.am @@ -385,4 +385,4 @@ screenshots: endif -EXTRA_DIST = dict.txt layout_example.edc theme_example.edc codegen.edc +EXTRA_DIST = dict.txt layout_example.edc theme_example.edc codegen_example.edc