diff options
author | Keith Packard <keithp@keithp.com> | 2000-09-03 05:11:46 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2000-09-03 05:11:46 +0000 |
commit | c97fb611dd7dedef6d075ef9d56f3d32c8018d39 (patch) | |
tree | 92dbb45f2e31b7ab709255d2d07a606f466c1a38 /hw/kdrive/ts300 | |
parent | 38059656849a5bab5b56b23359a90aca4ba396c7 (diff) |
Rework vesa driver for shadowing and multiple screen support. Allow enable
to fail and avoid crashing
Diffstat (limited to 'hw/kdrive/ts300')
-rw-r--r-- | hw/kdrive/ts300/Imakefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/hw/kdrive/ts300/Imakefile b/hw/kdrive/ts300/Imakefile index d0b214f85..9374585a7 100644 --- a/hw/kdrive/ts300/Imakefile +++ b/hw/kdrive/ts300/Imakefile @@ -1,14 +1,13 @@ XCOMM $XConsortium: Imakefile /main/10 1996/12/02 10:20:33 lehors $ XCOMM $XFree86: xc/programs/Xserver/hw/nvfb/Imakefile,v 3.8 1996/12/23 06:30:19 dawes Exp $ -#include <Server.tmpl> +KDRIVE=.. +#include "../Kdrive.tmpl" SRCS = ts300.c OBJS = ts300.o -INCLUDES = -I../trio -I../sis530 -I.. -I. -I$(XBUILDINCDIR) -I$(FONTINCSRC) \ - -I../../../fb -I../../../mi -I../../../include -I../../../os \ - -I$(EXTINCSRC) -I$(XINCLUDESRC) +INCLUDES = -I. $(KDINCS) -I../trio -I../sis530 NormalLibraryObjectRule() NormalLibraryTarget(ts300,$(OBJS)) |