mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 04:40:44 +00:00
* 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:
parent
dabcaa67b8
commit
ac419431cc
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue