diff options
Diffstat (limited to 'xc/programs/Xserver/Xext/Imakefile')
-rw-r--r-- | xc/programs/Xserver/Xext/Imakefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xc/programs/Xserver/Xext/Imakefile b/xc/programs/Xserver/Xext/Imakefile index c3cdfb20b..36d10aaa5 100644 --- a/xc/programs/Xserver/Xext/Imakefile +++ b/xc/programs/Xserver/Xext/Imakefile @@ -3,7 +3,7 @@ XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:47:55 cpqbld Exp $ -XCOMM $XFree86: xc/programs/Xserver/Xext/Imakefile,v 3.38 2001/01/17 22:13:14 dawes Exp $ +XCOMM $XFree86: xc/programs/Xserver/Xext/Imakefile,v 3.40 2001/03/05 04:51:55 mvojkovi Exp $ #include <Server.tmpl> @@ -36,7 +36,7 @@ SUBDIRS = extmod SCRNSAVOBJ = saver.o #endif -#if BuildXF86VidModeExt +#if BuildXF86VidModeExt && XF86Server VIDMODESRCS = xf86vmode.c VIDMODEOBJS = xf86vmode.o #endif @@ -60,8 +60,8 @@ XF86BIGFOBJS = xf86bigfont.o #endif #if BuildXvExt - XVSRCS = xvmain.c xvdisp.c - XVOBJS = xvmain.o xvdisp.o + XVSRCS = xvmain.c xvdisp.c xvmc.c + XVOBJS = xvmain.o xvdisp.o xvmc.o #endif #if BuildAppgroup |