From b14e37dca7ca5d4a06d96f00425e6b69721a7dd3 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Thu, 10 Jan 2013 05:53:36 +0000 Subject: [PATCH] efl: make edj depend on edje_cc SVN revision: 82510 --- src/Makefile_Edje.am | 2 +- src/Makefile_Emotion.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile_Edje.am b/src/Makefile_Edje.am index f120f2cd54..b2895817c2 100644 --- a/src/Makefile_Edje.am +++ b/src/Makefile_Edje.am @@ -259,7 +259,7 @@ $(EDJE_COMMON_USER_LDADD) \ endif # Useful to other modules that generate EDJ -EDJE_CC = EFL_RUN_IN_TREE=1 $(top_builddir)/src/bin/edje/edje_cc +EDJE_CC = EFL_RUN_IN_TREE=1 $(builddir)/bin/edje/edje_cc EDJE_CC_FLAGS_VERBOSE_0 = EDJE_CC_FLAGS_VERBOSE_1 = -v EDJE_CC_FLAGS = $(EDJE_CC_FLAGS_VERBOSE_$(V)) -id $(srcdir) -fd $(srcdir) diff --git a/src/Makefile_Emotion.am b/src/Makefile_Emotion.am index 94dadc22b8..8bce70bebb 100644 --- a/src/Makefile_Emotion.am +++ b/src/Makefile_Emotion.am @@ -196,7 +196,7 @@ tests_emotion_emotion_test_LDADD = \ $(EMOTION_COMMON_USER_LDADD) \ lib/edje/libedje.la -tests/emotion/data/theme.edj: tests/emotion/data/theme.edc +tests/emotion/data/theme.edj: tests/emotion/data/theme.edc bin/edje/edje_cc $(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) -id $(srcdir)/tests/emotion/data $< $@ EMOTION_DATA_FILES = \