Right solution

SVN revision: 32670
This commit is contained in:
Sebastian Dransfeld 2007-11-13 22:51:08 +00:00
parent 989e8295a1
commit d185c9180c
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \
SUBDIRS = src po
EDJE_CC = @edje_cc@
EDJE_FLAGS = -v \
-id $(top_srcdir)/images \
-fd $(top_srcdir)/fonts
@ -26,7 +27,7 @@ EXTRA_DIST = $(files_DATA) \
images/idle.png
%.edj: %.edc
$(edje_cc) $(EDJE_FLAGS) $< $@
$(EDJE_CC) $(EDJE_FLAGS) $< $@
clean-local:
rm -rf net.edj *~