Renamed xxx_SOVERSION in libraries to xxx_INTERFACE_VERSION

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@18765 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2004-03-04 12:04:08 +00:00
parent ab710216cd
commit 60437ed194

View file

@ -1,3 +1,11 @@
Thu Mar 4 11:36:41 2004 Nicola Pero <n.pero@mi.flashnet.it>
* Instance/library.make (INTERFACE_VERSION): New variable.
xxx_SOVERSION has been renamed to xxx_INTERFACE_VERSION, which
will be used consistently by frameworks too, and not only for the
.so names. Backwards compatibility code for xxx_SOVERSION
included.
Thu Mar 4 10:41:21 2004 Nicola Pero <n.pero@mi.flashnet.it>
* Instance/bundle.make (internal-bundle-copy_into_dir): New rule.