* eina: fix amalgamation.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 16 Aug 2010 13:52:34 +0000 (13:52 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 16 Aug 2010 13:52:34 +0000 (13:52 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@51210 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/include/Makefile.am
src/include/eina_share_common.h [moved from src/lib/eina_share_common.h with 100% similarity]
src/include/eina_strbuf_common.h [moved from src/lib/eina_strbuf_common.h with 100% similarity]
src/include/eina_strbuf_template_c.x [moved from src/lib/eina_strbuf_template_c.i with 100% similarity]
src/lib/Makefile.am
src/lib/eina_strbuf.c
src/lib/eina_ustrbuf.c

index ee8ce46..58782e6 100644 (file)
@@ -61,4 +61,7 @@ dist_installed_headers_DATA = $(EINAHEADERS)
 
 EXTRA_DIST = \
 eina_config.h.in \
-eina_private.h
+eina_private.h \
+eina_share_common.h \
+eina_strbuf_common.h \
+eina_strbuf_template_c.x
index 5f1c693..9fc3df6 100644 (file)
@@ -45,10 +45,7 @@ eina_strbuf.c \
 eina_strbuf_common.c \
 eina_ustrbuf.c \
 eina_unicode.c \
-eina_quadtree.c \
-eina_share_common.h \
-eina_strbuf_common.h \
-eina_strbuf_template_c.i
+eina_quadtree.c
 
 if EINA_STATIC_BUILD_CHAINED_POOL
 base_sources += $(top_srcdir)/src/modules/mp/chained_pool/eina_chained_mempool.c
index 17716cf..a85709d 100644 (file)
@@ -43,7 +43,7 @@ static const char __STRBUF_MAGIC_STR[] = "Eina Strbuf";
 #include "eina_unicode.h"
 #include "eina_private.h"
 
-#include "eina_strbuf_template_c.i"
+#include "eina_strbuf_template_c.x"
 
 
 
@@ -122,4 +122,4 @@ eina_strbuf_insert_vprintf(Eina_Strbuf *buf,
    ret = eina_strbuf_insert(buf, str, pos);
    free(str);
    return ret;
-}
\ No newline at end of file
+}
index 6febe8e..272724b 100644 (file)
@@ -39,4 +39,4 @@ static const char __USTRBUF_MAGIC_STR[] = "Eina UStrbuf";
 
 #define _FUNC_EXPAND(y) eina_ustrbuf_ ## y
 
-#include "eina_strbuf_template_c.i"
\ No newline at end of file
+#include "eina_strbuf_template_c.x"