mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 16:44:52 +00:00
13 lines
208 B
Makefile
13 lines
208 B
Makefile
noinst_LTLIBRARIES = libxfixes.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@
|
|
|
|
libxfixes_la_SOURCES = \
|
|
cursor.c \
|
|
region.c \
|
|
saveset.c \
|
|
select.c \
|
|
xfixes.c \
|
|
xfixes.h \
|
|
xfixesint.h
|