mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 10:19:00 +00:00
14 lines
190 B
Makefile
14 lines
190 B
Makefile
noinst_LTLIBRARIES = libxfixes.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS)
|
|
|
|
libxfixes_la_SOURCES = \
|
|
cursor.c \
|
|
disconnect.c \
|
|
region.c \
|
|
saveset.c \
|
|
select.c \
|
|
xfixes.c \
|
|
xfixes.h \
|
|
xfixesint.h
|