diff options
author | jhartmann <jhartmann> | 2000-03-15 21:31:47 +0000 |
---|---|---|
committer | jhartmann <jhartmann> | 2000-03-15 21:31:47 +0000 |
commit | dc1f830cec321077c6323a297db166a05af620d7 (patch) | |
tree | bded38a2cbc6d2f9e8dc8cfe55af3274b2b1a456 /xc/lib/Xext | |
parent | 3033c9bfc1f7d29d3c87214d33cb9c5a5bbd22f9 (diff) |
Import of XFree86 4.0
Diffstat (limited to 'xc/lib/Xext')
-rw-r--r-- | xc/lib/Xext/Imakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xc/lib/Xext/Imakefile b/xc/lib/Xext/Imakefile index 4d5f93651..67b86be21 100644 --- a/xc/lib/Xext/Imakefile +++ b/xc/lib/Xext/Imakefile @@ -1,5 +1,5 @@ XCOMM $TOG: Imakefile /main/62 1997/11/24 16:48:16 kaleb $ -XCOMM $XFree86: xc/lib/Xext/Imakefile,v 1.9 1998/12/20 22:18:56 dawes Exp $ +XCOMM $XFree86: xc/lib/Xext/Imakefile,v 1.10 2000/02/27 23:10:03 mvojkovi Exp $ #define DoNormalLib NormalLibXext #define DoSharedLib SharedLibXext #define DoExtraLib SharedLibXext @@ -28,10 +28,10 @@ ALLOC_DEFINES = Malloc0ReturnsNullDefines INCLUDES = -I$(XLIBSRC) -I$(EXTINCSRC) SRCS = globals.c extutil.c XMultibuf.c XShape.c $(SHMSRCS) \ MITMisc.c XTestExt1.c XSync.c Xdbe.c XLbx.c \ - XSecurity.c XAppgroup.c Xcup.c XPanoramiX.c DPMS.c XEVI.c + XSecurity.c XAppgroup.c Xcup.c DPMS.c XEVI.c OBJS = globals.o extutil.o XMultibuf.o XShape.o $(SHMOBJS) \ MITMisc.o XTestExt1.o XSync.o Xdbe.o XLbx.o \ - XSecurity.o XAppgroup.o Xcup.o XPanoramiX.o DPMS.o XEVI.o + XSecurity.o XAppgroup.o Xcup.o DPMS.o XEVI.o LINTLIBS = $(LINTXLIB) #include <Library.tmpl> |