diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-05-26 12:30:48 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-06-02 05:50:07 +0200 |
commit | 6a74e671af51a2afdade8d1fc8ca0ca2ad5c536c (patch) | |
tree | fa9bf0f9a89f08cab2557b8752d723f85badd9bd /nx-X11/lib/Imakefile | |
parent | 4ed85e8ef572130d7862b155d3ee9c1e52743230 (diff) | |
download | nx-libs-6a74e671af51a2afdade8d1fc8ca0ca2ad5c536c.tar.gz nx-libs-6a74e671af51a2afdade8d1fc8ca0ca2ad5c536c.tar.bz2 nx-libs-6a74e671af51a2afdade8d1fc8ca0ca2ad5c536c.zip |
library clean-up: Don't compile (i.e., remove) libNX_Xres.a anymore. It is not used anywhere.
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 3e58dfecb..76dfb8359 100644 --- a/nx-X11/lib/Imakefile +++ b/nx-X11/lib/Imakefile @@ -39,10 +39,6 @@ XF86RUSHLIBDIR = Xxf86rush XINERAMADIR=Xinerama #endif -#if BuildXResLibrary -XRESLIBDIR = XRes -#endif - #if BuildGLXLibrary GLXLIBDIR = GL #endif @@ -99,7 +95,6 @@ LINTSUBDIRS = \ $(GLXLIBDIR) \ $(XINERAMADIR) \ $(RENDERLIBDIR) \ - $(XRESLIBDIR) \ $(XFIXESLIBDIR) \ $(COMPOSITELIBDIR) \ $(NULL) |