mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-21 19:00:54 +00:00
o removed GSANTLR dependency
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19052 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9b198f4fe6
commit
9b4e247f70
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# -*-makefile-*-
|
||||
# Makefile.preamble - GSWeb: Makefile.preamble
|
||||
# Copyright (C) 1999-2002 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1999-2004 Free Software Foundation, Inc.
|
||||
#
|
||||
# Written by: Manuel Guesdon <mguesdon@orange-concept.com>
|
||||
# Date: Jan 1999
|
||||
# Date: Jan 1999
|
||||
#
|
||||
# This file is part of the GNUstep Web Library.
|
||||
#
|
||||
|
@ -64,7 +64,7 @@ ADDITIONAL_CFLAGS = -DUSE_BUILTIN
|
|||
ADDITIONAL_INCLUDE_DIRS = -I./$(GNUSTEP_TARGET_DIR) @XML_CFLAGS@
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
LIBRARIES_DEPEND_UPON += -lGSANTLR @AUX_LIBS@
|
||||
LIBRARIES_DEPEND_UPON += @AUX_LIBS@
|
||||
ifneq ($(FOUNDATION_LIB),gnu)
|
||||
LIBRARIES_DEPEND_UPON += -lgnustep-baseadd
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue