davemds pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=d5da820653876d94a4fe99849a0332f55282d6cd
commit d5da820653876d94a4fe99849a0332f55282d6cd Author: Dave Andreoli <[email protected]> Date: Sat Feb 21 20:14:31 2015 +0100 Fix make distcheck --- data/themes/Makefile.am | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am index 642ef7c..113caa2 100644 --- a/data/themes/Makefile.am +++ b/data/themes/Makefile.am @@ -1,14 +1,20 @@ MAINTAINERCLEANFILES = Makefile.in Makefile EDJE_CC = @edje_cc@ +EDJE_FLAGS = -id $(top_srcdir)/data/themes filesdir = $(datadir)/$(PACKAGE)/themes files_DATA = crop.edj -EXTRA_DIST = crop.edc +EXTRA_DIST = crop.edc \ + sel_border.png \ + sel_corner1.png \ + sel_corner3.png \ + sel_corner5.png \ + sel_corner7.png crop.edj: Makefile $(EXTRA_DIST) - $(EDJE_CC) \ + $(EDJE_CC) $(EDJE_FLAGS) \ $(top_srcdir)/data/themes/crop.edc \ $(top_builddir)/data/themes/crop.edj --
