mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Removed obsolete variable in GNUmakefile. Please use any gnustep-make version released in the past 4 years.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32575 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
257db34f47
commit
eee238bd69
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-03-14 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Resources/GNUmakefile
|
||||
(base-resources_RESOURCE_FILES_INSTALL_DIR): Removed.
|
||||
|
||||
2011-03-13 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -49,10 +49,7 @@ include ../Version
|
|||
libgnustep-base_INTERFACE_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
|
||||
|
||||
RESOURCE_SET_NAME = base-resources
|
||||
# This is for gnustep-make >= 14-02-2007
|
||||
base-resources_INSTALL_DIR = $(GNUSTEP_LIBRARY)/Libraries/gnustep-base/Versions/$(libgnustep-base_INTERFACE_VERSION)/Resources
|
||||
# This is kept temporarily for gnustep-make < 14-02-2007
|
||||
base-resources_RESOURCE_FILES_INSTALL_DIR = /Library/Libraries/Resources/gnustep-base
|
||||
base-resources_LANGUAGES = English German French Italian TraditionalChinese \
|
||||
Spanish Esperanto Korean
|
||||
base-resources_LOCALIZED_RESOURCE_FILES = Localizable.strings
|
||||
|
|
Loading…
Reference in a new issue