summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2003-10-01 15:31:41 +0000
committerGrant Gayed <ggayed>2003-10-01 15:31:41 +0000
commitecd377b08bfd80d95157790124647e8ee4a079ab (patch)
tree7e31472ad5d75f830e64530feafeab4fd1b75775
parent09e5ed64143690d758a0bcb5dbe9135f872f4472 (diff)
downloadeclipse.platform.swt-ecd377b08bfd80d95157790124647e8ee4a079ab.tar.gz
eclipse.platform.swt-ecd377b08bfd80d95157790124647e8ee4a079ab.tar.xz
eclipse.platform.swt-ecd377b08bfd80d95157790124647e8ee4a079ab.zip
40940
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_solaris.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_solaris.mak b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_solaris.mak
index ebfc852b17..547c033f6d 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_solaris.mak
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_solaris.mak
@@ -32,7 +32,7 @@ WS_PREFIX = motif
SWT_DLL = lib$(SWT_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so
SWT_OBJ = callback.o structs.o swt.o
SWT_LIB = -L$(MOTIF_HOME)/lib -L/usr/lib \
- -G -lXm -lXt -lX11 -lm
+ -G -lXm -lXt -lX11 -lm -lXp
CDE_PREFIX = swt-cde
CDE_DLL = lib$(CDE_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so