Fix makefile.am for make distcheck.

SVN revision: 23802
This commit is contained in:
Christopher Michael 2006-07-10 15:21:41 +00:00
parent 8782505c1f
commit f98d0f8eed
1 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,9 @@
MAINTAINERCLEANFILES = Makefile.in mkinstalldirs
EDJE_CC = @edje_cc@
EDJE_FLAGS = -v
EDJE_FLAGS = -v \
-id $(top_srcdir) \
-fd $(top_srcdir)
# data files for the module
filesdir = $(datadir)
@ -34,8 +36,8 @@ module_la_DEPENDENCIES = $(top_builddir)/config.h
mail.edj: Makefile mail.edc
$(EDJE_CC) $(EDJE_FLAGS) \
mail.edc \
mail.edj
$(top_srcdir)/mail.edc \
$(top_builddir)/mail.edj
clean-local:
rm -rf *.edj *~