mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Removed old variable, tidied up usage of GNUSTEP_OBJ_DIR
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17912 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7fc5e94263
commit
19ac53fdcf
1 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@ ADDITIONAL_INCLUDE_DIRS = -I../Headers/Additions -I../Headers \
|
|||
ADDITIONAL_LDFLAGS =
|
||||
|
||||
# Additional library directories the linker should search
|
||||
ADDITIONAL_LIB_DIRS = -L./$(GNUSTEP_OBJ_DIR)
|
||||
ADDITIONAL_LIB_DIRS = -L$(GNUSTEP_OBJ_DIR)
|
||||
|
||||
ifeq ($(GNUSTEP_TARGET_OS),mingw32)
|
||||
libgnustep-base_LIBRARIES_DEPEND_UPON += -lobjc
|
||||
|
@ -90,6 +90,6 @@ ADDITIONAL_INSTALL_DIRS = $(GNUSTEP_HEADERS)/Foundation \
|
|||
$(GNUSTEP_HEADERS)/GNUstepBase/unicode \
|
||||
$(GNUSTEP_HEADERS)/$(GNUSTEP_TARGET_DIR)
|
||||
|
||||
HEADER_DIR_BASE=$(srcdir)/../Headers/Additions/GNUstepBase
|
||||
HEADER_DIR_FND =$(srcdir)/../Headers/Foundation
|
||||
HEADER_DIR_BASE = ../Headers/Additions/GNUstepBase
|
||||
HEADER_DIR_FND = ../Headers/Foundation
|
||||
|
||||
|
|
Loading…
Reference in a new issue