mirror of
https://github.com/brl/mutter.git
synced 2025-01-30 13:22:47 +00:00
* clutter/cogl/gles/Makefile.am: Use old-style Makefile rules for
the stringify script so that automake won't complain.
This commit is contained in:
parent
28430b7c1b
commit
717d9768ed
@ -24,6 +24,11 @@
|
|||||||
table holding the objects - we are already holding it inside
|
table holding the objects - we are already holding it inside
|
||||||
the value.
|
the value.
|
||||||
|
|
||||||
|
2008-05-28 Neil Roberts <neil@o-hand.com>
|
||||||
|
|
||||||
|
* clutter/cogl/gles/Makefile.am: Use old-style Makefile rules for
|
||||||
|
the stringify script so that automake won't complain.
|
||||||
|
|
||||||
2008-05-28 Neil Roberts <neil@o-hand.com>
|
2008-05-28 Neil Roberts <neil@o-hand.com>
|
||||||
|
|
||||||
* clutter/cogl/gles/cogl-gles2-wrapper.c (cogl_wrap_glGetFixedv):
|
* clutter/cogl/gles/cogl-gles2-wrapper.c (cogl_wrap_glGetFixedv):
|
||||||
|
@ -48,10 +48,10 @@ EXTRA_DIST = cogl-defines.h.in \
|
|||||||
|
|
||||||
libclutter_cogl_la_LIBADD = $(top_builddir)/clutter/cogl/common/libclutter-cogl-common.la
|
libclutter_cogl_la_LIBADD = $(top_builddir)/clutter/cogl/common/libclutter-cogl-common.la
|
||||||
|
|
||||||
%.h : %.glsl
|
.glsl.h :
|
||||||
/bin/sh $(top_srcdir)/clutter/cogl/gles/stringify.sh -h $<
|
/bin/sh $(top_srcdir)/clutter/cogl/gles/stringify.sh -h $<
|
||||||
|
|
||||||
%.c : %.glsl
|
.glsl.c :
|
||||||
/bin/sh $(top_srcdir)/clutter/cogl/gles/stringify.sh $<
|
/bin/sh $(top_srcdir)/clutter/cogl/gles/stringify.sh $<
|
||||||
|
|
||||||
cogl-gles2-wrapper.lo : cogl-fixed-vertex-shader.h cogl-fixed-fragment-shader.h
|
cogl-gles2-wrapper.lo : cogl-fixed-vertex-shader.h cogl-fixed-fragment-shader.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user