From c1fd9e5deaebcf3e672b85181bee472b6457ba78 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Tue, 13 Nov 2012 06:52:52 +0000 Subject: [PATCH] emotion: No verbose mode for edje_cc like other efl libs. SVN revision: 79201 --- legacy/emotion/data/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/emotion/data/Makefile.am b/legacy/emotion/data/Makefile.am index 6e5ce6f34d..4640eff627 100644 --- a/legacy/emotion/data/Makefile.am +++ b/legacy/emotion/data/Makefile.am @@ -2,7 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in EDJE_CC = @edje_cc@ -EDJE_FLAGS = -v -id $(top_srcdir)/data -fd $(top_srcdir)/data +EDJE_FLAGS = -id $(top_srcdir)/data -fd $(top_srcdir)/data filesdir = $(datadir)/$(PACKAGE)/data