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>
This commit is contained in:
parent
0d1ac4da52
commit
362a49e71f
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue