mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-06 23:54:47 +00:00
9 lines
231 B
Makefile
9 lines
231 B
Makefile
noinst_LTLIBRARIES = libxtrap.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS)
|
|
|
|
libxtrap_la_SOURCES = xtrapddmi.c xtrapdi.c xtrapdiswp.c xtrapditbl.c
|
|
|
|
# FIXME: Shouldn't this be used if we're to load xtrap as a module?
|
|
EXTRA_DIST = xf86XTrapModule.c
|