mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-02 15:48:20 +02:00
8 lines
139 B
Makefile
8 lines
139 B
Makefile
noinst_LTLIBRARIES = librandr.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS) @LOADER_DEFINES@
|
|
|
|
librandr_la_SOURCES = \
|
|
mirandr.c \
|
|
randr.c \
|
|
randrstr.h
|