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