genshader: avoid generating source file during configuration

There is no need to make genshader being generated by configure, anymore.
We used to use @srcdir@ but this was not embedded into Makefile.am. Hence,
we can avoid this and make it build normally.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-09-11 18:46:28 +02:00
parent 6ab227acbd
commit c69bb05bcd
2 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ AC_SUBST(PANGO_CFLAGS)
AC_SUBST(PANGO_LIBS)
AC_CONFIG_FILES([Makefile libeloop.pc libuterm.pc])
AC_OUTPUT([src/genshader.c])
AC_OUTPUT
#
# Configuration output