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:
parent
6ab227acbd
commit
c69bb05bcd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user