ephoto/data/themes/Makefile.am

17 lines
302 B
Makefile
Raw Normal View History

2015-02-02 11:54:18 -08:00
MAINTAINERCLEANFILES = Makefile.in Makefile
EDJE_CC = @edje_cc@
filesdir = $(datadir)/$(PACKAGE)/themes
files_DATA = crop.edj
EXTRA_DIST = crop.edc
crop.edj: Makefile $(EXTRA_DIST)
$(EDJE_CC) \
$(top_srcdir)/data/themes/crop.edc \
$(top_builddir)/data/themes/crop.edj
clean-local:
rm -f *.edj