macefiles
authorClaus Gittinger <cg@exept.de>
Wed, 30 Apr 2014 00:54:16 +0200
changeset 6419 b0fb31134217
parent 6418 a407087a4817
child 6420 84c711e7b538
macefiles
stx_libview.st
--- a/stx_libview.st	Wed Apr 30 00:54:14 2014 +0200
+++ b/stx_libview.st	Wed Apr 30 00:54:16 2014 +0200
@@ -166,7 +166,9 @@
         $(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) "
+            LOCAL_SHARED_LIBS="-L$(X_LIB_DIR) $(LIB_XEXT) $(LIB_XINERAMA) $(LIB_XFT) $(LIB_X) $(LIBRUN_LINK_LIB) "
+
+#            LOCAL_SHARED_LIBS="-L$(TOP)/librun -lrun -L$(X_LIB_DIR) $(LIB_XEXT) $(LIB_XINERAMA) $(LIB_X) "
 
 
 
@@ -438,10 +440,10 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.65 2014-04-29 22:50:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.66 2014-04-29 22:54:16 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.65 2014-04-29 22:50:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.66 2014-04-29 22:54:16 cg Exp $'
 ! !