blob: a9ba7623aa7ffcac5c16df68858b281ca39a060e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|