Eina: Fix static build of the buddy mempool
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 27 Apr 2011 17:00:36 +0000 (17:00 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 27 Apr 2011 17:00:36 +0000 (17:00 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@58974 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog
src/lib/Makefile.am

index a228b6f..3e806dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index d57bbe6..c3a1d16 100644 (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