mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-23 05:32:04 +00:00
Change src to Source
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3617 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6c8fd9c5d4
commit
669ee067b3
4 changed files with 16 additions and 16 deletions
|
@ -45,14 +45,14 @@ ADDITIONAL_OBJCFLAGS = -g
|
|||
ADDITIONAL_CFLAGS =
|
||||
|
||||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS = -I../src -I../src/srcdir-include \
|
||||
-I../src/$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)
|
||||
ADDITIONAL_INCLUDE_DIRS = -I../Source -I../Source/srcdir-include \
|
||||
-I../Source/$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
ADDITIONAL_LDFLAGS =
|
||||
|
||||
# Additional library directories the linker should search
|
||||
ADDITIONAL_LIB_DIRS = -L../src/$(GNUSTEP_OBJ_DIR)
|
||||
ADDITIONAL_LIB_DIRS = -L../Source/$(GNUSTEP_OBJ_DIR)
|
||||
|
||||
#
|
||||
# Flags dealing with installing and uninstalling
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue