Add patch from bug #479
authorenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 25 Jan 2010 19:07:52 +0000 (19:07 +0000)
committerenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 25 Jan 2010 19:07:52 +0000 (19:07 +0000)
commit357c0a6713ae36802ff219d07b63559146aa68c8
tree47530c3077ce8db3044378a0d6cc9b0d6eb48a1e
parent876e07b52c759f5ca802bb75cecda3864f70b1a2
Add patch from bug #479

Eina installs its modules in /usr/lib/eina/mp/<module>.so, which makes it impossible to install two different versions of eina at the same time. Please consider using something to make this path specific to a particular release of eina, just as you do for the include files.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45562 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
configure.ac
src/lib/eina_mempool.c
src/modules/mp/chained_pool/Makefile.am
src/modules/mp/ememoa_fixed/Makefile.am
src/modules/mp/ememoa_unknown/Makefile.am
src/modules/mp/fixed_bitmap/Makefile.am
src/modules/mp/pass_through/Makefile.am