mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 20:26:42 +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,13 +45,13 @@ ADDITIONAL_OBJCFLAGS =
|
|||
ADDITIONAL_CFLAGS =
|
||||
|
||||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS = -I../src -I../src/srcdir-include
|
||||
ADDITIONAL_INCLUDE_DIRS = -I../Source -I../Source/srcdir-include
|
||||
|
||||
# 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