stx_libview.st
changeset 6017 0425d27d997d
parent 5939 171fd09dc570
child 6022 6d21e8a9929a
--- a/stx_libview.st	Mon Feb 25 00:37:50 2013 +0100
+++ b/stx_libview.st	Thu Feb 28 23:20:11 2013 +0100
@@ -142,7 +142,11 @@
                 SEPINITCODE=-sepInitCode ZFLAG=
 
 XWorkstation.$(SO): XWorkstation.$(O)
-        $(MAKE) $(SHAREDLIBRULE) LIB=XWorkstation.$(SO) OBJS="XWorkstation.$(O)" LOCAL_SHARED_LIBS="-L$(X_LIB_DIR) $(LIB_XEXT) $(LIB_XINERAMA) $(LIB_X) "
+        $(MAKE) $(SHAREDLIBRULE) \
+            LIB=XWorkstation.$(SO) \
+            OBJS="XWorkstation.$(O)" \
+            LOCAL_SHARED_LIBS="-L$(TOP)/librun -lrun -L$(X_LIB_DIR) $(LIB_XEXT) $(LIB_XINERAMA) $(LIB_X) "
+
 
 
 __GLXWorkstation.$(O): GLXWorkstation.st $(INCLUDE_TOP)/stx/libview/XWorkstation.H $(INCLUDE_TOP)/stx/libview/DeviceWorkstation.H $(INCLUDE_TOP)/stx/libview/HostGraphicsDevice.H $(INCLUDE_TOP)/stx/libview/GraphicsDevice.H $(INCLUDE)/stc.h
@@ -396,9 +400,9 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.60 2012-10-23 13:59:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.61 2013-02-28 22:20:11 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.60 2012-10-23 13:59:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.61 2013-02-28 22:20:11 vrany Exp $'
 ! !