diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-03-08 10:45:51 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-04-21 16:16:24 +0200 |
commit | e91132f3b21927e83350c5609356b30a144e6260 (patch) | |
tree | e82aae4fb4fa87d2895eb21d9a2d04ba284989ba /nx-X11/programs/Xserver | |
parent | 4818c13e7d92a0c4e1e444c81d41a9ce208cea6a (diff) | |
download | nx-libs-e91132f3b21927e83350c5609356b30a144e6260.tar.gz nx-libs-e91132f3b21927e83350c5609356b30a144e6260.tar.bz2 nx-libs-e91132f3b21927e83350c5609356b30a144e6260.zip |
Xserver/Imakefile: Drop redundant library path option -L../../../nx-X11/exports/lib when linking nxagent. As -L../../exports/lib is already present and points to the same location.
Diffstat (limited to 'nx-X11/programs/Xserver')
-rw-r--r-- | nx-X11/programs/Xserver/Imakefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nx-X11/programs/Xserver/Imakefile b/nx-X11/programs/Xserver/Imakefile index 47d761a74..c5bbbeb75 100644 --- a/nx-X11/programs/Xserver/Imakefile +++ b/nx-X11/programs/Xserver/Imakefile @@ -316,7 +316,6 @@ $(NXAGENTOBJS) $(NXAGENTLIBS) $(NXAGENTSYSLIBS):: $(NXAGENTDIRS) #if defined(SunArchitecture) NXAGENTNXLIBS = -L/usr/sfw/lib \ -L../../../nxcomp \ - -L../../../nx-X11/exports/lib \ -L../../../nxcompshad \ -lrt \ -lXcomp \ @@ -332,7 +331,6 @@ NXAGENTNXLIBS = -L/usr/sfw/lib \ $(NULL) #elif defined(cygwinArchitecture) NXAGENTNXLIBS = -L../../../nxcomp \ - -L../../../nx-X11/exports/lib \ -L../../../nxcompshad \ -lXcomp \ -lXcompshad \ @@ -362,7 +360,6 @@ NXAGENTNXLIBS = -L../../../nxcomp \ $(NULL) #else NXAGENTNXLIBS = -L../../../nxcomp \ - -L../../../nx-X11/exports/lib \ -L../../../nxcompshad \ -lXcomp \ -lXcompshad \ |