diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-02-08 18:42:52 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-02-08 18:42:52 -0500 |
commit | ea7cc253b0f4ea97a197ec36b3ac06279b0b95f6 (patch) | |
tree | 0a2c512f7addf7002d416a721d6630c9138b9725 | |
parent | bff6fc2f25648df0bbc0ea0723636260df987d34 (diff) |
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>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 23ea18d..35abfbf 100644 --- a/configure.ac +++ b/configure.ac @@ -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. |