elementary: add resulting edj to allow make dist to work on a clean directory.
authorCedric BAIL <cedric@osg.samsung.com>
Thu, 5 May 2016 21:11:38 +0000 (14:11 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Thu, 5 May 2016 21:54:53 +0000 (14:54 -0700)
Due to dependencies from elementary codegen on the edj files triggered by the
generation of .h and .c, we actually need to provide the edj as it would
otherwise to build edje_cc prior to any make dist.

As the edje file was added after in the git repository, you may have some
timestamp issue to fix before doing a make dist. Try touch on all codegen_example
files.

T3588

src/examples/elementary/codegen_example.edj [new file with mode: 0644]

diff --git a/src/examples/elementary/codegen_example.edj b/src/examples/elementary/codegen_example.edj
new file mode 100644 (file)
index 0000000..4f87ec8
Binary files /dev/null and b/src/examples/elementary/codegen_example.edj differ