mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-30 16:40:09 +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.
11 lines
183 B
Makefile
11 lines
183 B
Makefile
noinst_LTLIBRARIES = libcw.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS)
|
|
|
|
INCLUDES = -I$(top_srcdir)/hw/xfree86/os-support
|
|
|
|
libcw_la_SOURCES = \
|
|
cw.c \
|
|
cw_ops.c \
|
|
cw_render.c \
|
|
cw.h
|