mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* EOControl/Makefile.preamble: Fix --disable-flattend.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@18781 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5d9de02569
commit
8431967fe0
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-03-06 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* EOControl/Makefile.preamble: Fix --disable-flattend.
|
||||
|
||||
2003-02-26 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* EOControl/EODebug.h: Include missing header for non-*-gnu-*.
|
||||
|
|
|
@ -45,7 +45,7 @@ ADDITIONAL_OBJCFLAGS =
|
|||
ADDITIONAL_CFLAGS =
|
||||
|
||||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS = -I..
|
||||
ADDITIONAL_INCLUDE_DIRS = -I./$(GNUSTEP_TARGET_DIR) -I..
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
ADDITIONAL_LDFLAGS =
|
||||
|
|
Loading…
Reference in a new issue