From d5860df3eef8b5a34e51fb148f7786bc0597a74a Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 10 Jul 2006 15:08:45 +0000 Subject: [PATCH] Fix Makefile.am for make distcheck. SVN revision: 23801 --- Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 33c6ea2..af2d659 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,9 @@ MAINTAINERCLEANFILES = Makefile.in e_modules-net.spec SUBDIRS = po EDJE_CC = @edje_cc@ -EDJE_FLAGS = -v +EDJE_FLAGS = -v \ +-id $(top_srcdir) \ +-fd $(top_srcdir) # data files for the module filesdir = $(datadir) @@ -31,8 +33,8 @@ module_la_DEPENDENCIES = $(top_builddir)/config.h net.edj: Makefile net.edc $(EDJE_CC) $(EDJE_FLAGS) \ - net.edc \ - net.edj + $(top_srcdir)/net.edc \ + $(top_builddir)/net.edj clean-local: rm -rf *.edj *~