diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-06-23 10:27:37 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-07-01 14:07:12 +0200 |
commit | b214c73b5a0c6b9d94671bc08e08049441bf9bc6 (patch) | |
tree | 4749b3e60abea0c3a17f5394b0388bd17008be2b /nx-X11/programs/Imakefile | |
parent | a3a295288189d1312f5abef0e7b4cc57b948e7d3 (diff) | |
download | nx-libs-b214c73b5a0c6b9d94671bc08e08049441bf9bc6.tar.gz nx-libs-b214c73b5a0c6b9d94671bc08e08049441bf9bc6.tar.bz2 nx-libs-b214c73b5a0c6b9d94671bc08e08049441bf9bc6.zip |
nxauth: Drop nxauth tool completely, xauth can be successfully used with nxagent / nxproxy instead.
Diffstat (limited to 'nx-X11/programs/Imakefile')
-rw-r--r-- | nx-X11/programs/Imakefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nx-X11/programs/Imakefile b/nx-X11/programs/Imakefile index 77a84a65f..c618d2de9 100644 --- a/nx-X11/programs/Imakefile +++ b/nx-X11/programs/Imakefile @@ -22,11 +22,7 @@ XSSRCDIR = Xserver #endif -#if defined(NXEmbeddedXServer) SUBDIRS = $(XSSRCDIR) -#else -SUBDIRS = $(XSSRCDIR) nxauth -#endif MakeSubdirs($(SUBDIRS)) DependSubdirs($(SUBDIRS)) |