STXInstaller.st
changeset 214 e5aaf5e3bbf9
parent 117 45af2b7a5eca
child 236 622b9a04eb9b
--- a/STXInstaller.st	Sat Jul 05 14:59:38 1997 +0200
+++ b/STXInstaller.st	Sat Jul 05 16:15:12 1997 +0200
@@ -200,11 +200,13 @@
                 ( 'libwidg/libwidg.*'                        #libBin     nil      false '644' )
                 ( 'libwidg2/libwidg2.*'                      #libBin     nil      false '644' )
                 ( 'libwidg3/libwidg3.*'                      #libBin     nil      false '644' )
+                ( 'libui/libui.*'                            #libBin     nil      false '644' )
 "/                ( 'libsnmp/libsnmp.*'                        #libBin     nil      false '644' )
 "/                ( 'contrib/libPVM/libPVM.*'                  #libBin     nil      false '644' )
                 ( 'goodies/persistency/libdbase.*'           #libBin     nil      false '644' )
 "/                ( 'libtable/libtable.*'                      #libBin     nil      false '644' )
                 ( 'libtool/libtool.*'                        #libBin     nil      false '644' )
+                ( 'libtool2/libtool2.*'                      #libBin     nil      false '644' )
 "/                ( 'libxt/libxt.*'                            #libBin     nil      false '644' )
 "/                ( 'librt/librt.*'                            #libBin     nil      false '644' )
         ).
@@ -221,6 +223,7 @@
 
     ^ fileSpec
 
+    "Modified: 5.7.1997 / 16:14:48 / cg"
 ! !
 
 !STXInstaller methodsFor:'installing'!