summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/Xext/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'xc/programs/Xserver/Xext/Imakefile')
-rw-r--r--xc/programs/Xserver/Xext/Imakefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/xc/programs/Xserver/Xext/Imakefile b/xc/programs/Xserver/Xext/Imakefile
index 69b65db13..331819a29 100644
--- a/xc/programs/Xserver/Xext/Imakefile
+++ b/xc/programs/Xserver/Xext/Imakefile
@@ -1,15 +1,15 @@
-XCOMM $XConsortium: Imakefile,v 5.38 94/04/08 17:47:15 rws Exp kaleb $
+XCOMM $XConsortium: Imakefile,v 5.39 94/11/21 18:30:11 kaleb Exp dpw $
#include <Server.tmpl>
#if HasShm
SHMSRCS = shm.c
SHMOBJS = shm.o
#endif
- SRCS = shape.c $(SHMSRCS) mbuf.c mbufpx.c mbufbf.c \
- mitmisc.c xtest.c xtest1di.c xtest1dd.c sleepuntil.c \
+ SRCS = shape.c $(SHMSRCS) mbuf.c mbufpx.c mbufbf.c \
+ mitmisc.c xtest.c xtest1di.c xtest1dd.c sleepuntil.c \
bigreq.c sync.c xcmisc.c
- OBJS = shape.o $(SHMOBJS) mbuf.o mbufpx.o mbufbf.o \
- mitmisc.o xtest.o xtest1di.o xtest1dd.o sleepuntil.o \
+ OBJS = shape.o $(SHMOBJS) mbuf.o mbufpx.o mbufbf.o \
+ mitmisc.o xtest.o xtest1di.o xtest1dd.o sleepuntil.o \
bigreq.o sync.o xcmisc.o
INCLUDES = -I../include -I$(INCLUDESRC) -I$(EXTINCSRC)
LINTLIBS = ../dix/llib-ldix.ln ../os/llib-los.ln