diff options
Diffstat (limited to 'xc/lib/Xext/Imakefile')
-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> |