13 lines
174 B
Makefile
13 lines
174 B
Makefile
|
noinst_LTLIBRARIES = libxfixes.la
|
||
|
|
||
|
AM_CFLAGS = $(DIX_CFLAGS)
|
||
|
|
||
|
libxfixes_la_SOURCES = \
|
||
|
cursor.c \
|
||
|
region.c \
|
||
|
saveset.c \
|
||
|
select.c \
|
||
|
xfixes.c \
|
||
|
xfixes.h \
|
||
|
xfixesint.h
|