mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 21:50:15 +01:00
Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone.
21 lines
476 B
Makefile
21 lines
476 B
Makefile
noinst_LTLIBRARIES = libac.la
|
|
|
|
AM_CFLAGS = \
|
|
$(DIX_CFLAGS) \
|
|
-DXFree86Server \
|
|
@GLX_DEFINES@
|
|
|
|
INCLUDES = -I@MESA_SOURCE@/include \
|
|
-I../X \
|
|
-I../array_cache \
|
|
-I../glapi \
|
|
-I../main \
|
|
-I../math \
|
|
-I../shader \
|
|
-I../swrast \
|
|
-I../swrast_setup \
|
|
-I../tnl \
|
|
-I.. \
|
|
-I$(top_srcdir)/hw/xfree86/os-support
|
|
|
|
nodist_libac_la_SOURCES = ac_context.c ac_import.c
|