mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
* Version 1.10.0
* Source/GNUmakefile: Define INTERFACE_VERSON explicitly. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19993 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
eb86b59f21
commit
d617292eaa
6 changed files with 67 additions and 6 deletions
|
@ -31,10 +31,13 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
include ../Version
|
||||
include ../config.mak
|
||||
|
||||
# Interface version changes with each minor release
|
||||
libgnustep-base_INTERFACE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}
|
||||
libgnustep-baseadd_INTERFACE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}
|
||||
|
||||
PACKAGE_NAME = gnustep-base
|
||||
|
||||
# The library to be compiled
|
||||
|
||||
LIBRARY_NAME=
|
||||
ifeq ($(add),yes)
|
||||
LIBRARY_NAME += libgnustep-baseadd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue