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-06-30 22:41:42 +0200 |
commit | 4693c32031d72929dcc86eb1e98c3fbf1b04e066 (patch) | |
tree | 0b6ee56508568472a72210d76631920aa194eeb7 /nx-X11/lib/Imakefile | |
parent | a1e9abc7841adec8403c4bba6e394b5540ad8e78 (diff) | |
download | nx-libs-4693c32031d72929dcc86eb1e98c3fbf1b04e066.tar.gz nx-libs-4693c32031d72929dcc86eb1e98c3fbf1b04e066.tar.bz2 nx-libs-4693c32031d72929dcc86eb1e98c3fbf1b04e066.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) |