summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-03-25 10:07:41 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-03-25 15:49:14 -0400
commit362a49e71fc41541b6dc121660d98e29da4b14e8 (patch)
treefff38f2e9a31fb65a22f39ca5dc843c7bcae7183
parent0d1ac4da5288a621d0493cb109fcd1e040e6c5a7 (diff)
uxa make: remove unused XORG_INCS and DIX_CFLAGS variables
Most likely copied from xserver makefile. Acked-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--uxa/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/uxa/Makefile.am b/uxa/Makefile.am
index 0dfad485..c875b63d 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 \