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:
Emmanuele Bassi 2008-11-03 23:58:13 +00:00
parent b98ea01939
commit 54cecff923
2 changed files with 2 additions and 3 deletions

View File

@ -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 \

View File

@ -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 \