mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-31 14:50:08 +01:00
mpx: adding QueryPointer request and reply adjusting names of requests to Xlib compatible naming (xMPX*** instead of mpx***)
18 lines
304 B
Makefile
18 lines
304 B
Makefile
noinst_LTLIBRARIES = libmpx.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS)
|
|
|
|
libmpx_la_SOURCES = \
|
|
extinit.c \
|
|
getvers.c \
|
|
getvers.h \
|
|
listdev.c \
|
|
listdev.h \
|
|
selectev.c \
|
|
selectev.h \
|
|
mpxglobals.h \
|
|
getevbase.c \
|
|
getevbase.h \
|
|
queryptr.h \
|
|
queryptr.c
|
|
|