Fix Makefile.am for make distcheck

SVN revision: 23800
This commit is contained in:
Christopher Michael 2006-07-10 15:07:50 +00:00
parent b6192b94c2
commit eba813f123
1 changed files with 5 additions and 3 deletions

View File

@ -3,7 +3,9 @@ MAINTAINERCLEANFILES = Makefile.in e_modules-cpu.spec
SUBDIRS = po
EDJE_CC = @edje_cc@
EDJE_FLAGS = -v
EDJE_FLAGS = -v \
-id $(top_srcdir) \
-fd $(top_srcdir)
EXTRA_DIST = $(files_DATA) \
cpu.edc \
@ -39,8 +41,8 @@ module_la_DEPENDENCIES = $(top_builddir)/config.h
cpu.edj: Makefile cpu.edc
$(EDJE_CC) $(EDJE_FLAGS) \
cpu.edc \
cpu.edj
$(top_srcdir)/cpu.edc \
$(top_builddir)/cpu.edj
clean-local:
rm -rf *.edj *~