edje: fix building example in another directory.

SVN revision: 65843
This commit is contained in:
Cedric BAIL 2011-12-03 14:23:44 +00:00
parent f834ab3e12
commit 461d95f308
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ EDCS = \
$(MULTISENSE_EDC_FILE)
.edc.edj:
$(edje_cc) -v -id $(srcdir) $(SND_DIR) $< $(builddir)/$(@F)
$(edje_cc) -v -fd $(srcdir) -id $(srcdir) $(SND_DIR) $< $(builddir)/$(@F)
EDJS = $(EDCS:%.edc=%.edj)