xf86-video-apm: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Wed Feb 17 14:15:11 PST 2010


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

New commits:
commit 05d0d0fcee0ecf596f489554ac4688dda0cd815d
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 ec2d3b6055d5f4eda11f924e3f52e80a093307e8
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 61bb9c15e6b265f8a7e65a6222695bb777c758c0
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 0777bb611872bbf8956d5bdb228a553c55f3906c
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Feb 8 17:35:14 2010 -0500

    config: removed unused variables XORG_INCS and XF86RUSH_INCS
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list