LibraryDefinition.st
changeset 13685 069f722252d9
parent 13287 f59520cfb701
child 13729 af86d0e06956
--- a/LibraryDefinition.st	Mon Sep 12 12:11:56 2011 +0200
+++ b/LibraryDefinition.st	Mon Sep 12 16:15:41 2011 +0200
@@ -316,6 +316,7 @@
 %(MAKE_PREREQUISITES)
 
 %(ADDITIONAL_RULES)
+%(ADDITIONAL_HEADERRULES)
 
 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
 %(DEPENDENCIES)
@@ -324,7 +325,7 @@
 
     "Created: / 09-08-2006 / 11:44:20 / fm"
     "Modified: / 09-08-2006 / 19:59:32 / fm"
-    "Modified: / 14-09-2006 / 15:48:18 / cg"
+    "Modified: / 12-09-2011 / 15:44:53 / cg"
 !
 
 extensionLine_libInit_dot_cc
@@ -452,6 +453,8 @@
 
 %(ADDITIONAL_RULES_SVN)
 
+%(ADDITIONAL_HEADERRULES)
+
 # add more install actions here
 install::
 
@@ -504,8 +507,8 @@
 
     "Created: / 08-08-2006 / 20:45:36 / fm"
     "Modified: / 09-08-2006 / 16:50:23 / fm"
-    "Modified: / 14-09-2006 / 15:48:02 / cg"
     "Modified: / 24-06-2009 / 21:39:29 / Jan Vrany <vranyj1@fel.cvut.cz>"
+    "Modified: / 12-09-2011 / 15:45:09 / cg"
 !
 
 vc_dot_def
@@ -690,9 +693,9 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.100 2011-02-08 09:04:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.101 2011-09-12 14:15:41 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.100 2011-02-08 09:04:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.101 2011-09-12 14:15:41 cg Exp $'
 ! !