* Source/GNUmakefile.preamble (ADDITIONAL_OBJCFLAGS): Include

target dir for config.h (disable-flattened).


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17571 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-08-30 03:47:10 +00:00
parent ac36615df6
commit d323f62b6c
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-08-29 Adam Fedor <fedor@gnu.org>
* Source/GNUmakefile.preamble (ADDITIONAL_OBJCFLAGS): Include
target dir for config.h (disable-flattened).
2003-08-29 Adam Fedor <fedor@gnu.org>
* Tools/gsnd/gsnd.m (main): Reopen stderr.

View file

@ -61,7 +61,8 @@ ADDITIONAL_OBJCFLAGS = -Wall
# ADDITIONAL_CFLAGS =
# Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS += -I../Headers/Additions -I../Headers
ADDITIONAL_INCLUDE_DIRS += -I../Headers/Additions -I../Headers \
-I./$(GNUSTEP_TARGET_DIR)
# Additional LDFLAGS to pass to the linker
# ADDITIONAL_LDFLAGS =