From 9b4e247f70b6d50ca69ceb823e182b8b73bbcd0e Mon Sep 17 00:00:00 2001 From: Manuel Guesdon Date: Tue, 6 Apr 2004 11:17:57 +0000 Subject: [PATCH] o removed GSANTLR dependency git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19052 72102866-910b-0410-8b05-ffd578937521 --- GSWeb.framework/Makefile.preamble.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GSWeb.framework/Makefile.preamble.in b/GSWeb.framework/Makefile.preamble.in index 5904733..c6a718d 100644 --- a/GSWeb.framework/Makefile.preamble.in +++ b/GSWeb.framework/Makefile.preamble.in @@ -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 -# 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