From 68bec6066e71422963edfa00d351f0569f31a1f4 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 --- src/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am index 8f61c89..90c600a 100644 --- a/src/examples/Makefile.am +++ b/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 -- 2.7.4