From ee88fcaceb8d9a43c080c410f2474e58d393942a Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Tue, 13 Nov 2012 06:52:47 +0000 Subject: [PATCH] ethumb: No verbose mode for edje_cc like other efl libs. SVN revision: 79200 --- legacy/ethumb/data/frames/Makefile.am | 3 +-- legacy/ethumb/src/plugins/emotion/Makefile.am | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/legacy/ethumb/data/frames/Makefile.am b/legacy/ethumb/data/frames/Makefile.am index fefa784fa8..4f70d08da4 100644 --- a/legacy/ethumb/data/frames/Makefile.am +++ b/legacy/ethumb/data/frames/Makefile.am @@ -1,8 +1,7 @@ MAINTAINERCLEANFILES = Makefile.in EDJE_CC = @edje_cc@ -EDJE_FLAGS = -v \ - -id $(top_srcdir)/data/frames/images +EDJE_FLAGS = -id $(top_srcdir)/data/frames/images filesdir = ${datadir}/ethumb/data/frames files_DATA = default.edj diff --git a/legacy/ethumb/src/plugins/emotion/Makefile.am b/legacy/ethumb/src/plugins/emotion/Makefile.am index 68bf77b56f..29c843a61e 100644 --- a/legacy/ethumb/src/plugins/emotion/Makefile.am +++ b/legacy/ethumb/src/plugins/emotion/Makefile.am @@ -2,7 +2,6 @@ MAINTAINERCLEANFILES = Makefile.in EDJE_CC = ${edje_cc} -EDJE_FLAGS = -v pluginsdir = $(libdir)/ethumb/plugins filesdir = $(pluginsdir)/data @@ -41,7 +40,7 @@ emotion_la_LIBTOOLFLAGS = --tag=disable-static emotion_template.edj: Makefile $(EXTRADIST) - $(EDJE_CC) $(EDJE_FLAGS) \ + $(EDJE_CC) \ $(top_srcdir)/src/plugins/emotion/template.edc \ $(top_builddir)/src/plugins/emotion/emotion_template.edj