aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/kdrive/linux/Makefile.am
blob: 6380bd5abf331acc46e56c2c42b9298372652337 (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
28
29
INCLUDES = 					\
	@KDRIVE_INCS@				\
	@KDRIVE_CFLAGS@

AM_CFLAGS = -DHAVE_DIX_CONFIG_H

noinst_LIBRARIES = liblinux.a

if TSLIB
TSLIB_C = tslib.c
endif

if KDRIVE_HW
KDRIVE_HW_SOURCES =	\
	agp.c		\
	agp.h		\
	evdev.c		\
	keyboard.c	\
	linux.c
endif

liblinux_a_SOURCES = 	\
	bus.c		\
	klinux.h	\
	mouse.c		\
	ms.c		\
	ps2.c		\
	$(KDRIVE_HW_SOURCES) \
	$(TSLIB_C)