xf86-video-ark: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Wed Feb 17 15:58:28 PST 2010


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

New commits:
commit b65010bb9a5b835bf8e1dcbf26514c21b59795cd
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Feb 8 20:08:52 2010 -0500

    config: 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>

commit 822e062c023f44ef0bfbe6ecdcc54e8c754fa23c
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Feb 8 19:07:22 2010 -0500

    config: 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)
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 9d3c6bf784b1aaeb6cf5d917fd4bf8ae4ca01f88
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Feb 8 18:42:52 2010 -0500

    config: remove unused INCLUDES='-I$(top_srcdir)/src'
    
    This statement is redundant and not used in the makefile
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 9b52c30bd40c1e18e8bb764be7c7178eb07ec3f2
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Feb 8 17:40:15 2010 -0500

    config: remove unused variable XORG_INCS
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list