From 68dc6d9e5d7532e01d3298790f498cfb2ed6173b Mon Sep 17 00:00:00 2001 From: Dave Wetzel Date: Wed, 14 Apr 2010 09:07:49 +0000 Subject: [PATCH] changed flags, clean now git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30146 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 4 ++++ GSWAdaptors/Apache2/GNUmakefile.in | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0295db7..55dbbb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-04-14 David Wetzel + Apache2/GNUmakefile.in + * changed flags, clean now + 2010-01-20 David Wetzel GSWeb.framework/GSWApplication.m * added _setHostAddress:, hostAddress diff --git a/GSWAdaptors/Apache2/GNUmakefile.in b/GSWAdaptors/Apache2/GNUmakefile.in index ac937fd..9a1374d 100644 --- a/GSWAdaptors/Apache2/GNUmakefile.in +++ b/GSWAdaptors/Apache2/GNUmakefile.in @@ -113,13 +113,13 @@ all:: $(ADAPTOR) # Link the final adaptor module with APXS $(ADAPTOR): $(SRCROOT)/Apache2/mod_gsw.c - $(APXS) -c -g -o $@ $(APXS_FLAGS) $(CFLAGS) $(LDFLAGS) \ + $(APXS) -c -o $@ $(APXS_FLAGS) $(CFLAGS) $(LDFLAGS) \ $(SRCROOT)/Apache2/mod_gsw.c # Install module (via apxs) and mod_gsw.conf file install: $(ADAPTOR) - $(APXS) -i -n gsweb $(ADAPTOR) + $(APXS) -i -n gsw $(ADAPTOR) echo "-------------------------------------" ; \ echo Please update your httpd.conf ; \ echo Valid options are: ; \ @@ -127,7 +127,7 @@ install: $(ADAPTOR) echo App Name=YOURAPP Instance=1 Host=HOSTIP:PORT ; \ clean: - rm -f $(ADAPTOR) core *~ + rm -f $(ADAPTOR) core *~ mod_gsw.lo mod_gsw.o mod_gsw.slo distclean: clean rm -rf config.log config.status GNUmakefile autom4te.cache