mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-27 05:50:32 +01:00
10 lines
147 B
Makefile
10 lines
147 B
Makefile
noinst_LTLIBRARIES = libxfixes.la
|
|
|
|
libxfixes_la_SOURCES = \
|
|
cursor.c \
|
|
region.c \
|
|
saveset.c \
|
|
select.c \
|
|
xfixes.c \
|
|
xfixes.h \
|
|
xfixesint.h
|