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