diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-03-04 08:35:50 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-04-04 10:53:36 +0200 |
commit | ebe00df38f264ef71dac3c73d416a74685c8cbd2 (patch) | |
tree | a6f4b6aced0bdf7f84635d037020060d834757b8 /nx-X11/lib | |
parent | b1fc73ad4d6042b1213aa9e28c9fca05e7b0409e (diff) | |
download | nx-libs-ebe00df38f264ef71dac3c73d416a74685c8cbd2.tar.gz nx-libs-ebe00df38f264ef71dac3c73d416a74685c8cbd2.tar.bz2 nx-libs-ebe00df38f264ef71dac3c73d416a74685c8cbd2.zip |
imake cleanup: Drop all references to XdmxServer and BuildXdmx*.
Diffstat (limited to 'nx-X11/lib')
-rw-r--r-- | nx-X11/lib/X11/Imakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/lib/X11/Imakefile b/nx-X11/lib/X11/Imakefile index ca6ce96e7..4e781f59c 100644 --- a/nx-X11/lib/X11/Imakefile +++ b/nx-X11/lib/X11/Imakefile @@ -27,7 +27,7 @@ XCOMM $XFree86: xc/lib/X11/Imakefile,v 3.52 2003/05/27 16:53:15 tsi Exp $ HEADERS = Xlib.h Xresource.h Xutil.h cursorfont.h Xlibint.h \ Xcms.h Xlocale.h XKBlib.h XlibConf.h Xregion.h ImUtil.h -#if BuildServersOnly && !BuildGLXLibrary && !BuildClients && !XdmxServer && !NXAgentServer +#if BuildServersOnly && !BuildGLXLibrary && !BuildClients && !NXAgentServer all:: BuildIncludes($(HEADERS),IncSubdir,..) |