emotion: actually theme.edj depend on theme.edc.

SVN revision: 76438
This commit is contained in:
Cedric BAIL 2012-09-11 06:46:45 +00:00
parent 9d6ec11e24
commit a234bf5aa9
1 changed files with 2 additions and 2 deletions

View File

@ -43,12 +43,12 @@ window_inner_shadow.png \
theme.edc \
icon.edc
theme.edj: Makefile
theme.edj: Makefile theme.edc
$(EDJE_CC) $(EDJE_FLAGS) \
$(top_srcdir)/data/theme.edc \
$(top_builddir)/data/theme.edj
icon.edj: Makefile
icon.edj: Makefile icon.edc
$(EDJE_CC) $(EDJE_FLAGS) \
$(top_srcdir)/data/icon.edc \
$(top_builddir)/data/icon.edj