aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/Imakefile
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2015-04-22 22:48:54 +0200
committerMihai Moldovan <ionic@ionic.de>2015-04-22 22:48:54 +0200
commit825af1835c81070931d078b153e2d49df4a6bc69 (patch)
tree8f4d31115a2a3e6159f7fba88a84e6d0997291e6 /nx-X11/lib/Imakefile
parenta5bb888248b3887bbe306505f900368b931b7f18 (diff)
parent49fc383a4107062a843bc0c3a8fd9cae7e20e032 (diff)
downloadnx-libs-825af1835c81070931d078b153e2d49df4a6bc69.tar.gz
nx-libs-825af1835c81070931d078b153e2d49df4a6bc69.tar.bz2
nx-libs-825af1835c81070931d078b153e2d49df4a6bc69.zip
Merge branch 'sunweaver-pr/libxdmcp-cleanup' into arctica-3.6.x
Attributes GH PR #15: https://github.com/ArcticaProject/nx-libs/pull/15
Diffstat (limited to 'nx-X11/lib/Imakefile')
-rw-r--r--nx-X11/lib/Imakefile7
1 files changed, 1 insertions, 6 deletions
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)
-