mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-16 10:00:42 +01:00
8 lines
156 B
Makefile
8 lines
156 B
Makefile
noinst_LTLIBRARIES = librandr.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@
|
|
|
|
librandr_la_SOURCES = \
|
|
mirandr.c \
|
|
randr.c \
|
|
randrstr.h
|