* 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:
Neil Roberts 2008-05-28 13:17:03 +00:00
parent afe17c50a4
commit fe1c9db011

View File

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