mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 16:44:52 +00:00
8 lines
154 B
Makefile
8 lines
154 B
Makefile
noinst_LTLIBRARIES = librecord.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@
|
|
|
|
librecord_la_SOURCES = record.c set.c
|
|
|
|
EXTRA_DIST = set.h
|