xf86-video-intel: uxa/Makefile.am

Gaetan Nadon gnadon at kemper.freedesktop.org
Thu Mar 25 12:50:44 PDT 2010


 uxa/Makefile.am |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 362a49e71fc41541b6dc121660d98e29da4b14e8
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Mar 25 10:07:41 2010 -0400

    uxa make: remove unused XORG_INCS and DIX_CFLAGS variables
    
    Most likely copied from xserver makefile.
    
    Acked-by: Dan Nicholson <dbn.lists at gmail.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

diff --git a/uxa/Makefile.am b/uxa/Makefile.am
index 0dfad48..c875b63 100644
--- a/uxa/Makefile.am
+++ b/uxa/Makefile.am
@@ -4,10 +4,7 @@ noinst_LTLIBRARIES = libuxa.la
 # built (in hw/xfree86/os-support/solaris) until after UXA is built
 SOLARIS_ASM_CFLAGS=""
 
-INCLUDES = \
-	$(XORG_INCS)
-
-AM_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS) $(DIX_CFLAGS)
+AM_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS)
 
 libuxa_la_SOURCES = \
 	uxa.c \


More information about the xorg-commit mailing list