Eina: Moved the private headers to src/lib where they belong.

SVN revision: 51388
This commit is contained in:
Tom Hacohen 2010-08-19 08:30:01 +00:00
parent 67782a333f
commit 6a0b488468
6 changed files with 9 additions and 5 deletions

View File

@ -60,8 +60,4 @@ installed_headersdir = $(includedir)/eina-@VMAJ@/eina
dist_installed_headers_DATA = $(EINAHEADERS)
EXTRA_DIST = \
eina_config.h.in \
eina_private.h \
eina_share_common.h \
eina_strbuf_common.h \
eina_strbuf_template_c.x
eina_config.h.in

View File

@ -47,6 +47,14 @@ eina_ustrbuf.c \
eina_unicode.c \
eina_quadtree.c
EXTRA_DIST = \
eina_share_common.h \
eina_private.h \
eina_strbuf_common.h \
eina_strbuf_template_c.x
if EINA_STATIC_BUILD_CHAINED_POOL
base_sources += $(top_srcdir)/src/modules/mp/chained_pool/eina_chained_mempool.c
endif