Fix make distcheck

This commit is contained in:
Davide Andreoli 2015-02-21 20:14:31 +01:00
parent e262b5f2e1
commit d5da820653
1 changed files with 8 additions and 2 deletions

View File

@ -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