stx_libview.st
changeset 5878 b55d5da62746
parent 5861 5f063b0ec912
child 5884 32ba594bd33d
--- a/stx_libview.st	Thu Mar 08 14:14:52 2012 +0100
+++ b/stx_libview.st	Thu Mar 08 14:14:54 2012 +0100
@@ -142,7 +142,7 @@
                 SEPINITCODE=-sepInitCode ZFLAG=
 
 XWorkstation.$(SO): XWorkstation.$(O)
-        $(MAKE) $(SHAREDLIBRULE) LIB=XWorkstation.$(SO) OBJS="XWorkstation.$(O)" LOCAL_SHARED_LIBS="-L$(X_LIB_DIR) $(LIB_X)"
+        $(MAKE) $(SHAREDLIBRULE) LIB=XWorkstation.$(SO) OBJS="XWorkstation.$(O)" LOCAL_SHARED_LIBS="-L$(X_LIB_DIR) $(LIB_X) $(LIB_XEXT) $(LIB_XINERAMA)"
 
 
 __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 +396,9 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.56 2012-03-06 13:55:43 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.57 2012-03-08 13:14:54 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.56 2012-03-06 13:55:43 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.57 2012-03-08 13:14:54 stefan Exp $'
 ! !