From 78b1edfd29537ddd18af4ab61195825e9ab1842e Mon Sep 17 00:00:00 2001 From: Guilherme Iscaro Date: Mon, 9 Apr 2012 13:50:19 +0000 Subject: [PATCH] Adding the examples to the makefile Patch by: Guilherme Iscaro SVN revision: 69975 --- legacy/edje/src/examples/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/legacy/edje/src/examples/Makefile.am b/legacy/edje/src/examples/Makefile.am index 5c90fded10..1dbe2394ba 100644 --- a/legacy/edje/src/examples/Makefile.am +++ b/legacy/edje/src/examples/Makefile.am @@ -28,6 +28,9 @@ EDCS = \ animations.edc \ lua_script.edc \ sigtest.edc \ + animations2.edc \ + basic2.edc \ + signalsBubble.edc \ $(MULTISENSE_EDC_FILE) .edc.edj: @@ -56,6 +59,10 @@ files_DATA = \ edje-perspective.c \ edje-animations.c \ sigtest.c \ + animations2.c \ + edje-basic2.c \ + signals2.c \ + edje-swallow2.c \ $(MULTISENSE_C_FILE) EXTRA_DIST = $(files_DATA) @@ -86,6 +93,10 @@ examples_PROGRAMS = \ edje-table \ edje-text \ sigtest \ + animations2 \ + edje-basic2 \ + signals2 \ + edje-swallow2 \ $(MULTISENSE_BIN_FILE) LDADD = $(top_builddir)/src/lib/libedje.la @EDJE_LIBS@