diff options
Diffstat (limited to 'nx-X11/lib/Xext/Imakefile')
-rw-r--r-- | nx-X11/lib/Xext/Imakefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/nx-X11/lib/Xext/Imakefile b/nx-X11/lib/Xext/Imakefile index 0111500c5..e96e23510 100644 --- a/nx-X11/lib/Xext/Imakefile +++ b/nx-X11/lib/Xext/Imakefile @@ -33,26 +33,16 @@ ALLOC_DEFINES = Malloc0ReturnsNullDefines extutil.c \ XShape.c \ $(SHMSRCS) \ - XTestExt1.c \ - XSync.c \ - XSecurity.c \ - DPMS.c \ $(NULL) OBJS = globals.o \ extutil.o \ XShape.o \ $(SHMOBJS) \ - XTestExt1.o \ - XSync.o \ - XSecurity.o \ - DPMS.o \ $(NULL) LINTLIBS = $(LINTXLIB) #include <Library.tmpl> -LinkFile(ImUtil.h,$(XLIBSRC)/ImUtil.h) - DependTarget() |