eina: disabling Eina_Object until 1.1 is released.
authorcedric <cedric>
Fri, 17 Jun 2011 08:48:02 +0000 (08:48 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 17 Jun 2011 08:48:02 +0000 (08:48 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@60427 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog
src/include/Makefile.am
src/lib/Makefile.am

index d6becc6..6767ee7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,7 +46,6 @@
 
        * Add eina_inlist_sort.
        * Add eina_mempool_repack.
-       * Add Eina_Object API, an helper for providing memory allocation with a redirection.
 
 2011-04-13  Cedric Bail & Vincent Torri
 
index fc35c49..308d139 100644 (file)
@@ -55,11 +55,13 @@ eina_ustrbuf.h \
 eina_unicode.h \
 eina_quadtree.h \
 eina_simple_xml_parser.h \
-eina_object.h \
 eina_lock.h \
 eina_prefix.h \
 eina_refcount.h
 
+# Will be back for developper after 1.1.
+# eina_object.h
+
 if EINA_HAVE_THREADS
 if EINA_HAVE_WINCE
 EINAHEADERS += eina_inline_lock_wince.x
index c7c3ceb..2e89bc7 100644 (file)
@@ -32,7 +32,6 @@ eina_main.c \
 eina_matrixsparse.c \
 eina_mempool.c \
 eina_module.c \
-eina_object.c \
 eina_prefix.c \
 eina_quadtree.c \
 eina_rbtree.c \
@@ -51,6 +50,9 @@ eina_ustrbuf.c \
 eina_ustringshare.c \
 eina_value.c
 
+# Will be back for developper after 1.1
+# eina_object.c
+
 if EINA_HAVE_WIN32
 base_sources += eina_file_win32.c
 else