* eina: fix amalgamation.

SVN revision: 51210
This commit is contained in:
Cedric BAIL 2010-08-16 13:52:34 +00:00
parent a0c3f2a405
commit 6293bd87fa
7 changed files with 8 additions and 8 deletions

View 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

View 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

View 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;
}
}

View 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"
#include "eina_strbuf_template_c.x"