diff --git a/common/Makefile.am b/common/Makefile.am index 446d994bf..db0f0b42d 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -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 diff --git a/gl/Makefile.am b/gl/Makefile.am index 628cff582..ec7750f32 100644 --- a/gl/Makefile.am +++ b/gl/Makefile.am @@ -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) \ diff --git a/gles/Makefile.am b/gles/Makefile.am index 207bd466f..19867d986 100644 --- a/gles/Makefile.am +++ b/gles/Makefile.am @@ -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) \