mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Added FIXME
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23842 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
19c0fe5709
commit
4ede6185bb
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,10 @@ ADDITIONAL_OBJCFLAGS = $(SSLFLAGS)
|
|||
ADDITIONAL_CFLAGS =
|
||||
|
||||
# Additional include directories the compiler should search
|
||||
# FIXME - the -I../Source seems wrong because it might
|
||||
# include config.h from gnustep-base instead of the
|
||||
# one in this directory. It is required to find
|
||||
# GSPrivate.h on non-flattened though.
|
||||
ADDITIONAL_INCLUDE_DIRS = -I./$(GNUSTEP_TARGET_DIR) \
|
||||
-I../Source/$(GNUSTEP_TARGET_DIR) -I../Source \
|
||||
-I../Headers/Additions -I../Headers
|
||||
|
|
Loading…
Reference in a new issue