* Tools/Makefile.preamble:

Add -lgnustep-baseadd as ADDITIONAL_TOOL_LIBS for non-*-gnu-*.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@18511 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ayers 2004-01-30 22:32:35 +00:00
parent dabcaa67b8
commit ac419431cc
2 changed files with 5 additions and 0 deletions

View file

@ -10,6 +10,7 @@
* EOControl/Makefile.preamble: Ditto.
* EOModeler/Makefile.preamble: Ditto.
* Tools/Makefile.preamble: Ditto.
Add -lgnustep-baseadd as ADDITIONAL_TOOL_LIBS for non-*-gnu-*.
2003-01-29 David Ayers <d.ayers@inode.at>

View file

@ -48,6 +48,10 @@ ADDITIONAL_CFLAGS =
ADDITIONAL_INCLUDE_DIRS = -I..
# Additional LDFLAGS to pass to the linker
ifneq ($(FOUNDATION_LIB),gnu)
ADDITIONAL_TOOL_LIBS += -lgnustep-baseadd
endif
ADDITIONAL_TOOL_LIBS += -lgnustep-db2 -lgnustep-db2control
# Additional library directories the linker should search