mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-07 00:38:20 +02:00
12 lines
174 B
Makefile
12 lines
174 B
Makefile
noinst_LTLIBRARIES = libdri3.la
|
|
AM_CFLAGS = \
|
|
@DIX_CFLAGS@
|
|
|
|
libdri3_la_SOURCES = \
|
|
dri3.h \
|
|
dri3_priv.h \
|
|
dri3.c \
|
|
dri3_request.c \
|
|
dri3_screen.c
|
|
|
|
sdk_HEADERS = dri3.h
|