mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
54cbf54ba7
commit
5ac27fa477
3 changed files with 15 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue