stx_libview.st
changeset 5195 923119e3ec9a
parent 5183 89cb46022e1f
child 5199 a45e3c7da5a5
--- a/stx_libview.st	Thu Feb 19 10:17:32 2009 +0100
+++ b/stx_libview.st	Thu Feb 19 10:19:53 2009 +0100
@@ -87,7 +87,7 @@
                 SEPINITCODE=-sepInitCode ZFLAG=
 
 XWorkstation.$(SO): XWorkstation.$(O)
-        $(MAKE) $(SHAREDLIBRULE) LIB=XWorkstation.$(SO) OBJS="XWorkstation.$(O)" LOCAL_SHARED_LIBS="-L$(X_LIB_DIR) $(LIB_XT) $(LIB_X)"
+        $(MAKE) $(SHAREDLIBRULE) LIB=XWorkstation.$(SO) OBJS="XWorkstation.$(O)" LOCAL_SHARED_LIBS="-L$(X_LIB_DIR) $(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
@@ -279,6 +279,7 @@
         WindowSensor
         WindowingTransformation
         #'stx_libview'
+        XWorkstation
     )
 !
 
@@ -325,5 +326,5 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.28 2009-02-18 12:28:06 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.29 2009-02-19 09:19:53 stefan Exp $'
 ! !