mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 20:40:04 +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.
13 lines
193 B
Makefile
13 lines
193 B
Makefile
noinst_LTLIBRARIES = libdbe.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS)
|
|
|
|
if XORG
|
|
sdk_HEADERS = dbestruct.h
|
|
endif
|
|
|
|
libdbe_la_SOURCES = \
|
|
dbe.c \
|
|
midbe.c \
|
|
midbe.h \
|
|
midbestr.h
|