mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Added new xxx_INSTALL_DIR variables for resources to get it working with new gnustep-make
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24548 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4d5c1baa75
commit
0ae3b84de5
3 changed files with 17 additions and 2 deletions
|
@ -409,7 +409,12 @@ libgnustep-base_HEADER_FILES = $(FOUNDATION_HEADERS)
|
|||
|
||||
# Resources
|
||||
RESOURCE_SET_NAME = libbase-resources
|
||||
libbase-resources_RESOURCE_FILES_INSTALL_DIR = Library/Libraries/Resources/gnustep-base
|
||||
|
||||
# This is for gnustep-make >= 14-02-2007
|
||||
libbase-resources_INSTALL_DIR = $(GNUSTEP_LIBRARY)/Libraries/Resources/gnustep-base
|
||||
# This is kept temporarily for gnustep-make < 14-02-2007
|
||||
libbase-resources_RESOURCE_FILES_INSTALL_DIR = /Library/Libraries/Resources/gnustep-base
|
||||
|
||||
libbase-resources_LANGUAGES =
|
||||
libbase-resources_LOCALIZED_RESOURCE_FILES =
|
||||
libbase-resources_RESOURCE_DIRS =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue