diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-06-28 12:20:00 +0000 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-06-28 16:27:57 +0200 |
commit | f051b7a2d3c150c819d44c7ee648108755f71c85 (patch) | |
tree | f321f6d6eba5693c915cb32e63a323b0d69ee746 /nx-X11/lib/Xext/Imakefile | |
parent | e9857d5ea394255f5e1f38678447fa855c821b57 (diff) | |
download | nx-libs-f051b7a2d3c150c819d44c7ee648108755f71c85.tar.gz nx-libs-f051b7a2d3c150c819d44c7ee648108755f71c85.tar.bz2 nx-libs-f051b7a2d3c150c819d44c7ee648108755f71c85.zip |
libNX_Xext: Drop unused extensions: DPMS, XTestExt1, XSync, XSecurity.
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() |