Fix makefile.am for make distcheck.

SVN revision: 23802
master
Christopher Michael 17 years ago
parent 8782505c1f
commit f98d0f8eed
  1. 8
      Makefile.am

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

Loading…
Cancel
Save