summaryrefslogtreecommitdiff
path: root/hw/kdrive/linux/Imakefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2001-10-12 06:33:12 +0000
committerKeith Packard <keithp@keithp.com>2001-10-12 06:33:12 +0000
commit28fd5f7525848cf0109f9cf2d6311f3717570a5d (patch)
tree70adc7664477ac1c13ed92dcf62bee23a3b22e21 /hw/kdrive/linux/Imakefile
parent5f310d7f8b566b1e331286752d349f87ef43a811 (diff)
kdrive: add new auto-detecting and auto-switching mouse driver
Diffstat (limited to 'hw/kdrive/linux/Imakefile')
-rw-r--r--hw/kdrive/linux/Imakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/kdrive/linux/Imakefile b/hw/kdrive/linux/Imakefile
index 51ff075d8..69a08d2e0 100644
--- a/hw/kdrive/linux/Imakefile
+++ b/hw/kdrive/linux/Imakefile
@@ -1,5 +1,5 @@
XCOMM $XConsortium: Imakefile /main/10 1996/12/02 10:20:33 lehors $
-XCOMM $XFree86: xc/programs/Xserver/hw/kdrive/linux/Imakefile,v 1.6 2001/08/09 20:45:15 dawes Exp $
+XCOMM $XFree86: xc/programs/Xserver/hw/kdrive/linux/Imakefile,v 1.7 2001/09/29 04:16:39 keithp Exp $
KDRIVE=..
#include "../Kdrive.tmpl"
@@ -8,9 +8,9 @@ TSSRCS = ts.c
TSOBJS = ts.o
#endif
-SRCS = keyboard.c linux.c ps2.c ms.c bus.c agp.c $(TSSRCS)
+SRCS = keyboard.c linux.c mouse.c ps2.c bus.c ms.c agp.c $(TSSRCS)
-OBJS = keyboard.o linux.o ps2.o ms.o bus.o agp.o $(TSOBJS)
+OBJS = keyboard.o linux.o mouse.o ps2.o bus.o ms.o agp.o $(TSOBJS)
INCLUDES = -I. $(KDINCS)