* clutter/cogl/gles/Makefile.am (libclutterinclude_HEADERS):

* clutter/cogl/gl/Makefile.am (libclutterinclude_HEADERS):
	* clutter/cogl/common/Makefile.am
	(libclutter_cogl_common_la_SOURCES): Move cogl-mesh.h into the
	headers for libclutter so that it will get installed.
This commit is contained in:
Neil Roberts 2008-11-12 12:08:44 +00:00
parent 46e4bd3a82
commit ba1cab0a62
3 changed files with 5 additions and 4 deletions

View File

@ -29,5 +29,4 @@ libclutter_cogl_common_la_SOURCES = \
cogl-clip-stack.c \
cogl-fixed.c \
cogl-color.c \
cogl-mesh.c \
cogl-mesh.h
cogl-mesh.c

View File

@ -8,7 +8,8 @@ libclutterinclude_HEADERS = \
$(top_builddir)/clutter/cogl/cogl-path.h \
$(top_builddir)/clutter/cogl/cogl-shader.h \
$(top_builddir)/clutter/cogl/cogl-texture.h \
$(top_builddir)/clutter/cogl/cogl-types.h
$(top_builddir)/clutter/cogl/cogl-types.h \
$(top_builddir)/clutter/cogl/cogl-mesh.h
INCLUDES = \
-I$(top_srcdir) \

View File

@ -8,7 +8,8 @@ libclutterinclude_HEADERS = \
$(top_builddir)/clutter/cogl/cogl-path.h \
$(top_builddir)/clutter/cogl/cogl-shader.h \
$(top_builddir)/clutter/cogl/cogl-texture.h \
$(top_builddir)/clutter/cogl/cogl-types.h
$(top_builddir)/clutter/cogl/cogl-types.h \
$(top_builddir)/clutter/cogl/cogl-mesh.h
INCLUDES = \
-I$(top_srcdir) \