* edje: Fix amalgamation without Ecore_Job.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 26 Jan 2010 18:25:00 +0000 (18:25 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 26 Jan 2010 18:25:00 +0000 (18:25 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@45597 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Makefile.am

index be54e59..e57d9d6 100644 (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"