From 49fc383a4107062a843bc0c3a8fd9cae7e20e032 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 5 Apr 2015 18:07:53 +0200 Subject: library clean-up: Don't build libNX_Xdmcp anymore. Use system's libXdmcp shared library. --- nx-X11/lib/Imakefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'nx-X11/lib/Imakefile') diff --git a/nx-X11/lib/Imakefile b/nx-X11/lib/Imakefile index 2c7f17472..28d9f1296 100644 --- a/nx-X11/lib/Imakefile +++ b/nx-X11/lib/Imakefile @@ -165,10 +165,6 @@ XALIBDIR = Xa XAULIBDIR = Xau #endif -#if BuildXdmcpLib -XDMCPLIBDIR = Xdmcp -#endif - #if BuildX11Lib X11LIBDIR = X11 #endif @@ -183,7 +179,7 @@ XTSTLIBDIR = Xtst #endif -LINTSUBDIRS = $(XAULIBDIR) $(XDMCPLIBDIR) $(X11LIBDIR) \ +LINTSUBDIRS = $(XAULIBDIR) $(X11LIBDIR) \ $(OLDXLIBDIR) $(ICELIBDIR) $(SMLIBDIR) $(XEXTLIBDIR) $(XTLIBDIR) \ $(SSLIBDIR) $(XF86MISCLIBDIR) $(XF86VMLIBDIR) $(XF86DGALIBDIR) \ $(XF86RUSHLIBDIR) $(XMULIBDIR) $(XMUULIBDIR) $(XPMLIBDIR) \ @@ -204,4 +200,3 @@ MakeSubdirs($(SUBDIRS)) DependSubdirs($(SUBDIRS)) MakeLintLibSubdirs($(LINTSUBDIRS)) MakeLintSubdirs($(LINTSUBDIRS),install.ln,install.ln) - -- cgit v1.2.3