xserver-multidpi/hw/kdrive/linux/Makefile.am
Eric Anholt e9904cefa3 Fix Makefile.am's to include header files needed for distcheck. Remove
-Werror default and add --enable-werror switch to add it back.
2003-11-11 05:46:15 +00:00

40 lines
430 B
Makefile

INCLUDES = \
@KDRIVE_INCS@ \
@XSERVER_CFLAGS@
noinst_LIBRARIES = liblinux.a
if TSLIB
TSLIB_C = tslib.c
endif
if H3600_TS
TS_C = ts.c
endif
liblinux_a_SOURCES = \
agp.c \
agp.h \
bus.c \
keyboard.c \
klinux.h \
linux.c \
mouse.c \
ms.c \
ps2.c \
$(TSLIB_C) \
$(TS_C)
liblinux_a_DEPENDENCIES = \
agp.c \
bus.c \
keyboard.c \
linux.c \
mouse.c \
ms.c \
ps2.c \
$(TSLIB_C) \
$(TS_C)