config: remove unused INCLUDES='-I$(top_srcdir)/src'

This statement is redundant and not used in the makefile

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
This commit is contained in:
Gaetan Nadon 2010-02-08 18:42:52 -05:00
parent bff6fc2f25
commit ea7cc253b0
1 changed files with 0 additions and 2 deletions

View File

@ -63,9 +63,7 @@ XORG_DRIVER_CHECK_EXT(XFreeXDGA, xf86dgaproto)
PKG_CHECK_MODULES(XORG, [xorg-server >= 1.0.99.901] xproto fontsproto $REQUIRED_MODULES)
CFLAGS="$CFLAGS $XORG_CFLAGS "' -I$(top_srcdir)/src'
INCLUDES='-I$(top_srcdir)/src'
AC_SUBST([CFLAGS])
AC_SUBST([INCLUDES])
# Checks for libraries.