mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-01 07:08:26 +02: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.
9 lines
201 B
Makefile
9 lines
201 B
Makefile
module_LTLIBRARIES = libshadowfb.la
|
|
libshadowfb_la_LDFLAGS = -avoid-version
|
|
libshadowfb_la_SOURCES = sfbmodule.c shadow.c
|
|
|
|
sdk_HEADERS = shadowfb.h
|
|
|
|
INCLUDES = $(XORG_INCS)
|
|
|
|
AM_CFLAGS = $(XORG_CFLAGS)
|