mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -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
afe17c50a4
commit
fe1c9db011
@ -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…
Reference in New Issue
Block a user