emotion: actually theme.edj depend on theme.edc.
authorcedric <cedric>
Tue, 11 Sep 2012 06:46:45 +0000 (06:46 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 11 Sep 2012 06:46:45 +0000 (06:46 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@76438 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

data/Makefile.am

index db772b1..6e5ce6f 100644 (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