Eina: Fix static build of the buddy mempool

SVN revision: 58974
This commit is contained in:
Vincent Torri 2011-04-27 17:00:36 +00:00
parent 95fc9bf64f
commit a288cd7af1
2 changed files with 8 additions and 0 deletions

View File

@ -64,3 +64,7 @@
2011-04-24 Vincent Torri
* Fix uninstallation of the mempools modules
2011-04-27 Vincent Torri
* Fix static build of the buddy mempool

View File

@ -64,6 +64,10 @@ eina_strbuf_template_c.x
if EINA_STATIC_BUILD_BUDDY
base_sources += $(top_srcdir)/src/modules/mp/buddy/eina_buddy.c
endif
if EINA_STATIC_BUILD_CHAINED_POOL
base_sources += $(top_srcdir)/src/modules/mp/chained_pool/eina_chained_mempool.c
endif