mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-02 14:18:02 +02:00
8 lines
231 B
Makefile
8 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
|