mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-23 15:33:43 +00:00
Also add dependancy on GDL2.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18699 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
13dd609d5e
commit
19d18a8d45
2 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
* GSWeb.framework/GNUmakefile: Depend on GDL2 when applicable.
|
||||
* GSWeb.framework/Makefile.preamble.in: Add dependency on
|
||||
GSANTLER and -baseadd when applicable.
|
||||
Also add dependancy on GDL2.
|
||||
|
||||
2004-02-26 David Ayers <d.ayers@inode.at>
|
||||
|
||||
|
|
|
@ -68,6 +68,9 @@ LIBRARIES_DEPEND_UPON += -lGSANTLR @AUX_LIBS@
|
|||
ifneq ($(FOUNDATION_LIB),gnu)
|
||||
LIBRARIES_DEPEND_UPON += -lgnustep-baseadd
|
||||
endif
|
||||
ifeq ($(GDL2),yes)
|
||||
LIBRARIES_DEPEND_UPON += -lgnustep-db2control -lgnustep-db2
|
||||
endif
|
||||
|
||||
# Additional library directories the linker should search
|
||||
ADDITIONAL_LIB_DIRS =
|
||||
|
|
Loading…
Reference in a new issue