mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
* 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:
parent
1fd2156a99
commit
f59da4d7a4
@ -1,3 +1,11 @@
|
|||||||
|
2008-11-12 Neil Roberts <neil@linux.intel.com>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2008-11-12 Neil Roberts <neil@linux.intel.com>
|
2008-11-12 Neil Roberts <neil@linux.intel.com>
|
||||||
|
|
||||||
Fix warnings in mesh tests
|
Fix warnings in mesh tests
|
||||||
|
@ -29,5 +29,4 @@ libclutter_cogl_common_la_SOURCES = \
|
|||||||
cogl-clip-stack.c \
|
cogl-clip-stack.c \
|
||||||
cogl-fixed.c \
|
cogl-fixed.c \
|
||||||
cogl-color.c \
|
cogl-color.c \
|
||||||
cogl-mesh.c \
|
cogl-mesh.c
|
||||||
cogl-mesh.h
|
|
||||||
|
@ -8,7 +8,8 @@ libclutterinclude_HEADERS = \
|
|||||||
$(top_builddir)/clutter/cogl/cogl-path.h \
|
$(top_builddir)/clutter/cogl/cogl-path.h \
|
||||||
$(top_builddir)/clutter/cogl/cogl-shader.h \
|
$(top_builddir)/clutter/cogl/cogl-shader.h \
|
||||||
$(top_builddir)/clutter/cogl/cogl-texture.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 = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
|
@ -8,7 +8,8 @@ libclutterinclude_HEADERS = \
|
|||||||
$(top_builddir)/clutter/cogl/cogl-path.h \
|
$(top_builddir)/clutter/cogl/cogl-path.h \
|
||||||
$(top_builddir)/clutter/cogl/cogl-shader.h \
|
$(top_builddir)/clutter/cogl/cogl-shader.h \
|
||||||
$(top_builddir)/clutter/cogl/cogl-texture.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 = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
|
Loading…
Reference in New Issue
Block a user