Eina: Fix static build of the buddy mempool

SVN revision: 58974
devs/devilhorns/wayland_egl
Vincent Torri 12 years ago
parent 95fc9bf64f
commit a288cd7af1
  1. 4
      legacy/eina/ChangeLog
  2. 4
      legacy/eina/src/lib/Makefile.am

@ -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

@ -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

Loading…
Cancel
Save