diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2019-10-28 20:30:23 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-11-02 11:21:00 +0100 |
commit | e54d2a39001bde60b6cca7795f3fa98b3e4111e6 (patch) | |
tree | 7b8adeb1a453b8d2052270191cb6103bd6200001 /nx-X11/programs/Xserver/Imakefile | |
parent | 9120d1b724d7f94b92eec30a3f5e43d096268001 (diff) | |
download | nx-libs-e54d2a39001bde60b6cca7795f3fa98b3e4111e6.tar.gz nx-libs-e54d2a39001bde60b6cca7795f3fa98b3e4111e6.tar.bz2 nx-libs-e54d2a39001bde60b6cca7795f3fa98b3e4111e6.zip |
nxagent: drop NXextension.c
instead of including it and creating NXextension.o we can simply use
the dix version. There are no NX specials anymore.
Diffstat (limited to 'nx-X11/programs/Xserver/Imakefile')
-rw-r--r-- | nx-X11/programs/Xserver/Imakefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nx-X11/programs/Xserver/Imakefile b/nx-X11/programs/Xserver/Imakefile index 8c281c453..bce802ec4 100644 --- a/nx-X11/programs/Xserver/Imakefile +++ b/nx-X11/programs/Xserver/Imakefile @@ -242,7 +242,6 @@ NXAGENTOBJS = hw/nxagent/miinitext.o \ hw/nxagent/NXrender.o \ hw/nxagent/NXglyph.o \ hw/nxagent/NXpicture.o \ - hw/nxagent/NXextension.o \ hw/nxagent/NXglxext.o \ hw/nxagent/NXresource.o \ $(NULL) @@ -257,7 +256,6 @@ NXAGENTOBJS = hw/nxagent/miinitext.o \ hw/nxagent/NXrender.o \ hw/nxagent/NXglyph.o \ hw/nxagent/NXpicture.o \ - hw/nxagent/NXextension.o \ hw/nxagent/NXglxext.o \ hw/nxagent/NXxvdisp.o \ hw/nxagent/NXresource.o \ @@ -273,7 +271,6 @@ NXAGENTOBJS = hw/nxagent/miinitext.o \ hw/nxagent/NXrender.o \ hw/nxagent/NXglyph.o \ hw/nxagent/NXpicture.o \ - hw/nxagent/NXextension.o \ hw/nxagent/NXglxext.o \ hw/nxagent/NXxvdisp.o \ hw/nxagent/NXresource.o \ |