Applied David Ayers <d.ayers@inode.at> patch

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@14447 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Manuel Guesdon 2002-09-15 17:47:59 +00:00
parent 71fbc33a56
commit 052c76da7c
3 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2002-09-15 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWeb.framework/GSWElementIDString.m
o Applied David Ayers <d.ayers@inode.at> patch
* GSWAdaptors/Apache/GNUmakefile
o Applied David Ayers <d.ayers@inode.at> patch
2002-08-06 David Wetzel <dave@turbocat.de>
* GSWeb.framework/GSWImageButton.m
o fixed a bug that caused the ImageButton to call the action even if it

View file

@ -44,7 +44,7 @@ endif
APACHEHEADERS := -I/usr/apache/include -I/usr/include/apache -I/usr/local/include/apache -I/usr/lib/apache/include -I/usr/local/include -I/usr/local/apache/include
APXS := $(APXS) -lPropList -L/usr/local/lib -L/usr/pkg/lib
APXS := $(APXS) -lPropList -L/usr/local/lib -L/usr/pkg/lib -L/usr/X11R6/lib
SRCROOT = ..
DSTROOT = .
@ -59,7 +59,7 @@ LOADBALANCING = roundrobin
ADAPTORLIB = $(OBJROOT)/libAdaptor.a
COMMON = $(SRCROOT)/common
INCLUDE = -I$(COMMON) $(APACHEHEADERS)
INCLUDE = -I$(COMMON) $(APACHEHEADERS) -I/usr/X11R6/include
CFLAGS = -O2 $(RC_CFLAGS) $(INCLUDE) -D$(SERVERAPI) -DREENTRANT -DEAPI

View file

@ -31,7 +31,6 @@ static char rcsId[] = "$Id$";
#include <GSWeb/GSWeb.h>
#undef GSWElementIDString
//====================================================================
@implementation GSWElementIDString