aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/Imakefile.NX.original
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2011-10-10 17:47:28 +0200
committerReinhard Tartler <siretart@tauware.de>2011-10-10 17:47:28 +0200
commit713da22603c4abc7a97feddd931f29c507b7984b (patch)
tree5b430f9a7ebb2dea29ed4395fb6c8ee67f87af52 /nx-X11/programs/Xserver/Imakefile.NX.original
parent3d1c57d5ef429e51ab7a626540c30b81e74a8f17 (diff)
downloadnx-libs-713da22603c4abc7a97feddd931f29c507b7984b.tar.gz
nx-libs-713da22603c4abc7a97feddd931f29c507b7984b.tar.bz2
nx-libs-713da22603c4abc7a97feddd931f29c507b7984b.zip
Imported nx-X11-3.2.0-1.tar.gznx-X11/3.2.0-1
Summary: Imported nx-X11-3.2.0-1.tar.gz Keywords: Imported nx-X11-3.2.0-1.tar.gz into Git repository
Diffstat (limited to 'nx-X11/programs/Xserver/Imakefile.NX.original')
-rw-r--r--nx-X11/programs/Xserver/Imakefile.NX.original6
1 files changed, 3 insertions, 3 deletions
diff --git a/nx-X11/programs/Xserver/Imakefile.NX.original b/nx-X11/programs/Xserver/Imakefile.NX.original
index 39b93eb2d..11923162f 100644
--- a/nx-X11/programs/Xserver/Imakefile.NX.original
+++ b/nx-X11/programs/Xserver/Imakefile.NX.original
@@ -1012,15 +1012,15 @@ $(NXAGENTOBJS) $(NXAGENTLIBS) $(NXAGENTSYSLIBS):: $(NXAGENTDIRS)
#if defined(SunArchitecture)
NXAGENTNXLIBS = -L ../../../nxcomp -L ../../../nxcompext -L ../../../nxcompshad \
- -lXcomp -lXcompext -lXcompshad -lrt -L/usr/sfw/lib -lXrender \
+ -lXcomp -lXcompext -lXcompshad -lrt -L/usr/sfw/lib -lXrender -lXfixes \
-L../../../nx-X11/exports/lib -lXtst -lXdamage -lXrandr -lXcomposite
#elif defined(cygwinArchitecture)
NXAGENTNXLIBS = -L ../../../nxcomp -L ../../../nxcompext \
- -lXcomp -lXcompext -lXrender -lX11 -lXext -lXcomposite \
+ -lXcomp -lXcompext -lXrender -lX11 -lXext -lXcomposite -lXfixes \
-L ../../../nxcompshad -lXcompshad -L../../../nx-X11/exports/lib -lXtst
#else
NXAGENTNXLIBS = -L ../../../nxcomp -L ../../../nxcompext -L ../../../nxcompshad \
- -lXcomp -lXcompext -lXcompshad -lXrender -lX11 -lXext \
+ -lXcomp -lXcompext -lXcompshad -lXrender -lX11 -lXext -lXfixes \
-L../../../nx-X11/exports/lib -lXtst -lXdamage -lXrandr -lXcomposite
#endif