aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/kdrive/linux/Makefile.am
blob: fe4a3d18305b6b6fb5a98e849b84665e061cec60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
INCLUDES = 					\
	@KDRIVE_INCS@				\
	@KDRIVE_CFLAGS@

AM_CFLAGS = -DHAVE_DIX_CONFIG_H

noinst_LTLIBRARIES = liblinux.la

liblinux_la_SOURCES =

liblinux_la_SOURCES += linux.c klinux.h

if KDRIVE_KBD
liblinux_la_SOURCES += keyboard.c
endif

if KDRIVE_EVDEV
liblinux_la_SOURCES += evdev.c
endif

if KDRIVE_MOUSE
liblinux_la_SOURCES += mouse.c ms.c ps2.c
endif

if TSLIB
liblinux_la_SOURCES += tslib.c
endif