Fixed compiler flags with non-flattened layout

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23840 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nicola 2006-10-11 00:45:54 +00:00
parent c6156dfd6d
commit f891de38b1
3 changed files with 11 additions and 2 deletions

View file

@ -55,8 +55,9 @@ endif
ADDITIONAL_CFLAGS =
# Additional include directories the compiler should search
# FIXME - the -I../ is for GSPrivate.h
ADDITIONAL_INCLUDE_DIRS = -I../../Headers/Additions \
-I../$(GNUSTEP_TARGET_DIR)
-I../$(GNUSTEP_TARGET_DIR) -I../
ifeq ($(FOUNDATION_LIB),gnu)
ADDITIONAL_INCLUDE_DIRS += -I../../Headers