diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-06-23 09:58:54 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-07-01 13:11:56 +0200 |
commit | f0bf303c8f97c05dc4c2e6479bbf97e2b17d8cab (patch) | |
tree | 0b6ee56508568472a72210d76631920aa194eeb7 /nx-X11/lib/Imakefile | |
parent | b666a3776df04e6d2712b04ab4ca9b582aa3c6cc (diff) | |
download | nx-libs-f0bf303c8f97c05dc4c2e6479bbf97e2b17d8cab.tar.gz nx-libs-f0bf303c8f97c05dc4c2e6479bbf97e2b17d8cab.tar.bz2 nx-libs-f0bf303c8f97c05dc4c2e6479bbf97e2b17d8cab.zip |
nx-X11/lib/X10: Drop really ancient X10 API code. Not used within nxagent.
Diffstat (limited to 'nx-X11/lib/Imakefile')
-rw-r--r-- | nx-X11/lib/Imakefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nx-X11/lib/Imakefile b/nx-X11/lib/Imakefile index 55ac70a9c..20a18dab1 100644 --- a/nx-X11/lib/Imakefile +++ b/nx-X11/lib/Imakefile @@ -27,15 +27,10 @@ X11LIBDIR = X11 XEXTLIBDIR = Xext #endif -#if BuildLibraries -OLDXLIBDIR = oldX -#endif - LINTSUBDIRS = \ $(XAULIBDIR) \ $(X11LIBDIR) \ - $(OLDXLIBDIR) \ $(XEXTLIBDIR) \ $(XKBLIBDIR) \ $(NULL) |