Install SSL.bundle into versioned library directory so that you can have multiple gnustep-base installed, each with its own SSL bundle

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24889 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nicola 2007-03-17 16:56:23 +00:00
parent 54cbf54ba7
commit 5ac27fa477
3 changed files with 15 additions and 4 deletions

View file

@ -52,6 +52,11 @@ ifeq ($(HAVE_OPENSSL), yes)
# The bundles to be compiled
BUNDLE_NAME=SSL
# Interface version changes with each minor release
include ../Version
libgnustep-base_INTERFACE_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
SSL_INSTALL_DIR = $(GNUSTEP_LIBRARY)/Libraries/gnustep-base/Versions/$(libgnustep-base_INTERFACE_VERSION)/Resources/
# Additional search directories for linking
SSL_LIB_DIRS += -L$(GNUSTEP_OBJ_DIR)