mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05: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
|
||||
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>
|
||||
|
||||
* 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
|
||||
|
||||
%.h : %.glsl
|
||||
.glsl.h :
|
||||
/bin/sh $(top_srcdir)/clutter/cogl/gles/stringify.sh -h $<
|
||||
|
||||
%.c : %.glsl
|
||||
.glsl.c :
|
||||
/bin/sh $(top_srcdir)/clutter/cogl/gles/stringify.sh $<
|
||||
|
||||
cogl-gles2-wrapper.lo : cogl-fixed-vertex-shader.h cogl-fixed-fragment-shader.h
|
||||
|
Loading…
Reference in New Issue
Block a user