LibraryDefinition.st
changeset 9971 57890631d67a
parent 9960 13b44d7b8f54
child 9999 3fa5b37b03cd
--- a/LibraryDefinition.st	Wed Sep 20 11:34:24 2006 +0200
+++ b/LibraryDefinition.st	Wed Sep 20 11:47:51 2006 +0200
@@ -288,6 +288,7 @@
 # ********** OPTIONAL: MODIFY the next line ***
 # additional C-libraries that should be pre-linked with the class-objects
 LD_OBJ_LIBS=%(ADDITIONAL_LINK_LIBRARIES)
+LOCAL_SHARED_LIBS=%(ADDITIONAL_SHARED_LINK_LIBRARIES)
 
 
 # ********** OPTIONAL: MODIFY the next line ***
@@ -477,6 +478,7 @@
         at: 'ADDITIONAL_RULES' put: (self additionalRules_make_dot_proto);
         at: 'ADDITIONAL_TARGETS' put: (self additionalTargets_make_dot_proto);
         at: 'ADDITIONAL_LINK_LIBRARIES' put: (self additionalLinkLibraries_make_dot_proto);
+        at: 'ADDITIONAL_SHARED_LINK_LIBRARIES' put: (self additionalSharedLinkLibraries_make_dot_proto);
         at: 'DEPENDENCIES' put: (self generateDependencies_unix);
         yourself
 
@@ -687,5 +689,5 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.69 2006-09-19 20:55:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.70 2006-09-20 09:47:51 stefan Exp $'
 ! !