diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-04-05 22:31:33 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-04-08 23:56:46 +0200 |
commit | d97b0ca93ca5023ddffbb23f8c57a4622816019e (patch) | |
tree | 68183c74f4f12c9bcfeeb55da9bed12ce33c0068 /nx-X11 | |
parent | bb23f7a3d8e1ebdcf59d12d2e51bcaca849818b4 (diff) | |
download | nx-libs-d97b0ca93ca5023ddffbb23f8c57a4622816019e.tar.gz nx-libs-d97b0ca93ca5023ddffbb23f8c57a4622816019e.tar.bz2 nx-libs-d97b0ca93ca5023ddffbb23f8c57a4622816019e.zip |
fix for ebe00df38f264ef71dac3c73d416a74685c8cbd2 (removal of DmxLibrary)
Diffstat (limited to 'nx-X11')
-rw-r--r-- | nx-X11/lib/Imakefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nx-X11/lib/Imakefile b/nx-X11/lib/Imakefile index 721d3fff4..599ea643f 100644 --- a/nx-X11/lib/Imakefile +++ b/nx-X11/lib/Imakefile @@ -74,10 +74,6 @@ XINERAMADIR=Xinerama XRESLIBDIR = XRes #endif -#if BuildDmxLibrary -DMXLIBDIR = dmx -#endif - #if BuildGLXLibrary GLXLIBDIR = GL #endif |