mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 04:50:05 +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.
10 lines
169 B
Makefile
10 lines
169 B
Makefile
noinst_LTLIBRARIES = libcomposite.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS)
|
|
|
|
libcomposite_la_SOURCES = \
|
|
compalloc.c \
|
|
compext.c \
|
|
compint.h \
|
|
compinit.c \
|
|
compwindow.c
|