changeset 11422 | 243b1a53ad89 |
parent 11409 | 3a5c77515d55 |
child 11427 | 381449ca1cd2 |
1.1 --- a/configure.in Tue Aug 29 21:42:22 2017 -0700 1.2 +++ b/configure.in Tue Aug 29 22:04:43 2017 -0700 1.3 @@ -68,7 +68,7 @@ 1.4 esac 1.5 1.6 dnl Set up the compiler and linker flags 1.7 -INCLUDE="-I$srcdir/include" 1.8 +INCLUDE="-I$srcdir/include -I$srcdir/src/video/khronos" 1.9 if test x$srcdir != x.; then 1.10 INCLUDE="-Iinclude $INCLUDE" 1.11 elif test -d .hg; then