mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 05:18:25 +02:00
11 lines
147 B
Text
11 lines
147 B
Text
|
|
noinst_LTLIBRARIES = libxfixes.la
|
||
|
|
|
||
|
|
libxfixes_la_SOURCES = \
|
||
|
|
cursor.c \
|
||
|
|
region.c \
|
||
|
|
saveset.c \
|
||
|
|
select.c \
|
||
|
|
xfixes.c \
|
||
|
|
xfixes.h \
|
||
|
|
xfixesint.h
|