diff options
author | Keith Packard <keithp@keithp.com> | 2000-08-26 00:24:38 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2000-08-26 00:24:38 +0000 |
commit | 83a388c96d665b6bfb0ae195c8c74e0e1520ab8f (patch) | |
tree | 87ab6a6b4f10adaf2104f7a41c7a55281aadc3c3 /hw/kdrive/Imakefile | |
parent | 4223801110c8d5873dd668880dff411765dfc18d (diff) |
Try to avoid hitting hardware during server reset when not active, add
KdPicture code
Diffstat (limited to 'hw/kdrive/Imakefile')
-rw-r--r-- | hw/kdrive/Imakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/kdrive/Imakefile b/hw/kdrive/Imakefile index 364897527..89334b101 100644 --- a/hw/kdrive/Imakefile +++ b/hw/kdrive/Imakefile @@ -3,13 +3,13 @@ XCOMM $XFree86: xc/programs/Xserver/hw/kdrive/Imakefile,v 1.1 1999/11/19 13:53:4 #include <Server.tmpl> SRCS = kcmap.c kcolor.c kdrive.c kinfo.c kinput.c kmap.c knoop.c ktest.c \ - vga.c kasync.c kmode.c kcurscol.c + vga.c kasync.c kmode.c kcurscol.c kpict.c OBJS = kcmap.o kcolor.o kdrive.o kinfo.o kinput.o kmap.o knoop.o ktest.o \ - vga.o kasync.o kmode.o kcurscol.o + vga.o kasync.o kmode.o kcurscol.o kpict.o INCLUDES = -I. -I$(XBUILDINCDIR) -I$(FONTINCSRC) \ - -I../../fb -I../../mi -I../../include -I../../os \ + -I../../fb -I../../mi -I../../render -I../../include -I../../os \ -I$(EXTINCSRC) -I$(XINCLUDESRC) NormalLibraryObjectRule() |