xserver-multidpi/hw/kdrive/linux/Makefile.am
Gaetan Nadon d727ddb91a kdrive: klinux.h breaks make dist
This file is no longer part of the source code
and must be removed from distribution.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
2010-01-10 12:01:58 -08:00

28 lines
398 B
Makefile

INCLUDES = \
@KDRIVE_INCS@ \
@KDRIVE_CFLAGS@
AM_CFLAGS = -DHAVE_DIX_CONFIG_H
noinst_LTLIBRARIES = liblinux.la
liblinux_la_SOURCES =
liblinux_la_SOURCES += linux.c
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