2008-11-03 Emmanuele Bassi <ebassi@linux.intel.com>
* clutter/cogl/gl/Makefile.am: Whitespace fixes. * clutter/cogl/gles/Makefile.am: Put back a missing backslash that broke the GLES build.
This commit is contained in:
parent
7393c6a463
commit
e3788338e4
@ -1,3 +1,10 @@
|
||||
2008-11-03 Emmanuele Bassi <ebassi@linux.intel.com>
|
||||
|
||||
* clutter/cogl/gl/Makefile.am: Whitespace fixes.
|
||||
|
||||
* clutter/cogl/gles/Makefile.am: Put back a missing backslash
|
||||
that broke the GLES build.
|
||||
|
||||
2008-11-03 Emmanuele Bassi <ebassi@linux.intel.com>
|
||||
|
||||
Bug 1231 - Build fails in gles flavour in revision 3442
|
||||
|
@ -10,7 +10,6 @@ libclutterinclude_HEADERS = \
|
||||
$(top_builddir)/clutter/cogl/cogl-texture.h \
|
||||
$(top_builddir)/clutter/cogl/cogl-types.h
|
||||
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/clutter \
|
||||
|
@ -36,7 +36,7 @@ libclutter_cogl_la_SOURCES = \
|
||||
$(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 \
|
||||
cogl-internal.h \
|
||||
cogl-texture-private.h \
|
||||
cogl-fbo.h \
|
||||
|
Loading…
x
Reference in New Issue
Block a user