mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-08 01:20:13 +01:00
14 lines
212 B
Text
14 lines
212 B
Text
|
|
noinst_LTLIBRARIES = libdri3.la
|
||
|
|
AM_CFLAGS = \
|
||
|
|
-DHAVE_XORG_CONFIG_H \
|
||
|
|
@DIX_CFLAGS@ @XORG_CFLAGS@
|
||
|
|
|
||
|
|
libdri3_la_SOURCES = \
|
||
|
|
dri3.h \
|
||
|
|
dri3_priv.h \
|
||
|
|
dri3.c \
|
||
|
|
dri3_request.c \
|
||
|
|
dri3_screen.c
|
||
|
|
|
||
|
|
sdk_HEADERS = dri3.h
|