stx_libview.st
changeset 6431 ba8706decbeb
parent 6425 867788986430
child 6438 16fe3da68617
--- a/stx_libview.st	Wed Apr 30 01:15:01 2014 +0200
+++ b/stx_libview.st	Wed Apr 30 01:15:02 2014 +0200
@@ -111,6 +111,12 @@
     "Modified: / 27-09-2011 / 18:25:27 / cg"
 !
 
+additionalDefinitions_make_dor_proto
+    ^ '
+LOCAL_SHARED_LIBS="-L$(X_LIB_DIR) $(LIB_XEXT) $(LIB_XINERAMA) $(LIB_XFT) $(LIB_X) $(LIBRUN_LINK_LIB) "
+'
+!
+
 additionalRules_bc_dot_mak
     ^ '#
 
@@ -440,10 +446,10 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.67 2014-04-29 23:11:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.68 2014-04-29 23:15:02 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.67 2014-04-29 23:11:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.68 2014-04-29 23:15:02 cg Exp $'
 ! !