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 | 61bb9c15e6b265f8a7e65a6222695bb777c758c0 (patch) | |
tree | 19424e64638b946766ca990152a0f10aeb87d6a3 | |
parent | 0777bb611872bbf8956d5bdb228a553c55f3906c (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 70f0b0a..ab716d0 100644 --- a/configure.ac +++ b/configure.ac @@ -72,9 +72,7 @@ AC_SUBST([XF86RUSH_LIBS]) AC_SUBST([XF86RUSH_CFLAGS]) CFLAGS="$CFLAGS $XORG_CFLAGS $XF86RUSH_CFLAGS"' -I$(top_srcdir)/src' -INCLUDES='-I$(top_srcdir)/src' AC_SUBST([CFLAGS]) -AC_SUBST([INCLUDES]) save_CFLAGS="$CFLAGS" CFLAGS="$XORG_CFLAGS" |