* edje: Fix amalgamation without Ecore_Job.

SVN revision: 45597
This commit is contained in:
Cedric BAIL 2010-01-26 18:25:00 +00:00
parent 735ad48c39
commit c92d5e37f9
1 changed files with 1 additions and 2 deletions

View File

@ -102,7 +102,6 @@ edje_amalgamation.c: $(base_sources) Makefile
@echo "#include <Evas.h>" >> edje_amalgamation.c
@echo "#include <Ecore.h>" >> edje_amalgamation.c
@echo "#include <Ecore_Str.h>" >> edje_amalgamation.c
@echo "#include <Ecore_Job.h>" >> edje_amalgamation.c
@echo "#include <Embryo.h>" >> edje_amalgamation.c
@echo "#ifdef HAVE_ECORE_IMF" >> edje_amalgamation.c
@ -118,7 +117,7 @@ edje_amalgamation.c: $(base_sources) Makefile
file="$$f" ; \
fi ; \
echo "/* file: $$file */" >> edje_amalgamation.c; \
grep -v -e '^# *include \+.\(config\|\|Evil\|Eina\|Eet\|Evas\|Ecore\|Ecore_Str\|Ecore_Job\|Embryo\|Ecore_IMF\|string\|math\|limits\|sys/stat\|errno\|time\|unistd\|locale\|lua\|lauxlib\|edje_private\)[.]h.*' $$file >> edje_amalgamation.c; \
grep -v -e '^# *include \+.\(config\|\|Evil\|Eina\|Eet\|Evas\|Ecore\|Ecore_Str\|Embryo\|Ecore_IMF\|string\|math\|limits\|sys/stat\|errno\|time\|unistd\|locale\|lua\|lauxlib\|edje_private\)[.]h.*' $$file >> edje_amalgamation.c; \
done
@echo "edje_amalgamation.c generated"