efl/eina: fix mempools when they are not static
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Mon, 31 Dec 2012 14:42:35 +0000 (14:42 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Mon, 31 Dec 2012 14:42:35 +0000 (14:42 +0000)
commit8ffc6d6909cfff26db6d759831c3f4161ed70c39
tree93c68863406b154415bdf6bc26c01c04e5eb61fa
parent385d9947092e27e044e7e9037de5a4613ece96ee
efl/eina: fix mempools when they are not static

although we force them to be fixed to static, we left the automake to
make it possible and they were wrong:
 - missed the proper directory prefix for .la files (were being generated at src/)
 - had typos due copy & paste, with chained being used in some places.

SVN revision: 81933
src/Makefile_Eina.am