xf86-video-vesa: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Wed Feb 17 16:11:51 PST 2010


 configure.ac    |    5 -----
 src/Makefile.am |    3 +++
 2 files changed, 3 insertions(+), 5 deletions(-)

New commits:
commit d82f2e6e52a7cac2f15a20ab91f50f06eaea7e6a
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Feb 15 13:39:02 2010 -0500

    config: Move compiler flags from configure.ac to Makefile.am
    
    Remove unused XORG_INCS variable.
    Remove unused INCLUDES='-I$(top_srcdir)/src'
    This statement is redundant and not used in the makefile
    
    Remove unrequired '-I$(top_srcdir)/src'
    The current dir is already included by default in the makefile
    top_builddir = ..
    DEFAULT_INCLUDES = -I. -I$(top_builddir)
    
    Move compiler flags from configure.ac to Makefile.am
    CFLAGS is an automake defined variable that should not be set
    by the module. It should not be AC_SUBST either, it already is.
    Use AM_CFLAGS in Makefile.am. This will allow the user to override
    the flags as they will be in the right order.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list