Commit e91132f3 authored by Mike Gabriel's avatar Mike Gabriel

Xserver/Imakefile: Drop redundant library path option…

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.
parent 4818c13e
...@@ -316,7 +316,6 @@ $(NXAGENTOBJS) $(NXAGENTLIBS) $(NXAGENTSYSLIBS):: $(NXAGENTDIRS) ...@@ -316,7 +316,6 @@ $(NXAGENTOBJS) $(NXAGENTLIBS) $(NXAGENTSYSLIBS):: $(NXAGENTDIRS)
#if defined(SunArchitecture) #if defined(SunArchitecture)
NXAGENTNXLIBS = -L/usr/sfw/lib \ NXAGENTNXLIBS = -L/usr/sfw/lib \
-L../../../nxcomp \ -L../../../nxcomp \
-L../../../nx-X11/exports/lib \
-L../../../nxcompshad \ -L../../../nxcompshad \
-lrt \ -lrt \
-lXcomp \ -lXcomp \
...@@ -332,7 +331,6 @@ NXAGENTNXLIBS = -L/usr/sfw/lib \ ...@@ -332,7 +331,6 @@ NXAGENTNXLIBS = -L/usr/sfw/lib \
$(NULL) $(NULL)
#elif defined(cygwinArchitecture) #elif defined(cygwinArchitecture)
NXAGENTNXLIBS = -L../../../nxcomp \ NXAGENTNXLIBS = -L../../../nxcomp \
-L../../../nx-X11/exports/lib \
-L../../../nxcompshad \ -L../../../nxcompshad \
-lXcomp \ -lXcomp \
-lXcompshad \ -lXcompshad \
...@@ -362,7 +360,6 @@ NXAGENTNXLIBS = -L../../../nxcomp \ ...@@ -362,7 +360,6 @@ NXAGENTNXLIBS = -L../../../nxcomp \
$(NULL) $(NULL)
#else #else
NXAGENTNXLIBS = -L../../../nxcomp \ NXAGENTNXLIBS = -L../../../nxcomp \
-L../../../nx-X11/exports/lib \
-L../../../nxcompshad \ -L../../../nxcompshad \
-lXcomp \ -lXcomp \
-lXcompshad \ -lXcompshad \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment